Pinned Repositories
ANN
BP神经网络分类器
AnnAndFeatures
OpenCV example and wrapper for ANN training with feature extraction;
Autoware
Open-source software for urban autonomous driving
Car-Detection
Computer Vision
cart
Classification and Regression Trees with Random Forest implemented in Python
CNN-Face-Point-Detection
This project is about the utilization of CNN to detect human face point. Trained with the dataset LFW and images from Internet.
dlib
A toolkit for making real world machine learning and data analysis applications in C++
Eye-Iris-Automatic-Detection
C++ Eye Iris Automatic Detection based on entropy & Iris color score using openCV
Smart_Lock
Zigbee_lamp
canyudeguang's Repositories
canyudeguang/high-hand
Hand tracker and gesture learner based on OpenCV.
canyudeguang/Huffman
Huffman encoding and decoding using C++
canyudeguang/MEVBench
A Mobile Computer Vision Benchmark Suite
canyudeguang/Muse
A similar image retrieval system using SIFT + ANN.
canyudeguang/OpenTLD
C++ implementation of TLD
canyudeguang/QQrobot
QQrobot是用C++语言开发设计,程序界面、网络通迅等模块使用了Qt,Qt是开源的,跨平台C++程序图形界面框架库,QQrobot具备跨平台特性,可在linux、MAC OS以及Windows等操作系统中运行,集成开发编译环境请到 http://qt-project.org/ 下载。 QQrobot基于腾讯公司WebQQ协议实现,可以向QQ群或者是个人自动发送信息。分为两个部分,QQ主体和robot插件。QQ主体解析WebQQ协议,负责QQ号码登录,信息接收和发送功能。robot分析聊天内容,跟据聊天内容智能做出回应。 QQ主体窗口内,可监控显示聊天信息、好友列表、群列表和机器人列表。为QQ群或者个人指定随意多个机器人为之提供服务。也提供了信息发送功能,可随时向QQ群或者个人发送信息。 robot插件,使用Qt5的plugin技术,可单独开发,编译后拷贝到plugins目录中,QQ主体自动识别安装运行。robot插件只要完成接口RobotInterface内的name和listenandsay方法就ok,name返回robot的名子,listenandsay的参数是收到的聊天内容和发送者信息,返回值是robot回应信息。
canyudeguang/SearchVisualizer
A program that visualizes some popular search algorithms
canyudeguang/Traffic-Sign-Detection
Computer Vision
canyudeguang/TrafficLight
canyudeguang/TrafficLight-1
canyudeguang/vision-traffic-monitoring
A vision based traffic monitoring in C++ using OpenCV working for highways
canyudeguang/WebSocketServer
C++ WebSocketServer implementation with LUA integration