Skip to content
View coder-ghw's full-sized avatar
🎨
Focusing
🎨
Focusing
Block or Report

Block or report coder-ghw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
coder-ghw/README.md

Hi 👋, I'm Huwei Guo

A passionate image algorithm engineer from China

#!/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()

coder-ghw

Connect with me:

guohw

Languages and Tools:

c cplusplus docker git jenkins linux matlab opencv python pytorch qt

Others:

coder-ghw

Pinned

  1. cv3d-semi_global_matching cv3d-semi_global_matching Public

    学习SGM算法用,算法照搬repo[https://github.com/ethan-li-coding/SemiGlobalMatching], 相比之下实现了对应的linux平台版本

    C++ 6

  2. cvdl-template cvdl-template Public

    Python