#!/usr/bin/python
# -*- coding: utf-8 -*-
class AlgorithmEngineer:
def __init__(self):
self.name = "Huwei Guo"
self.role = "Algorithm Engineer"
self.language_spoken = ["zh_CN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AlgorithmEngineer()
me.say_hi()
🎨
Focusing
- SHANGHAI
Pinned Loading
-
cv3d-semi_global_matching
cv3d-semi_global_matching Public学习SGM算法用,算法照搬repo[https://github.com/ethan-li-coding/SemiGlobalMatching], 相比之下实现了对应的linux平台版本
C++ 7
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.