资源列表
binary_decision_tree_v1.0
- 实现图像分类,基于二元决策树模型,代码通俗易懂-Realization of image classification, based on the binary decision tree model straightaway code
L1_tracker
- l1范数跟踪算法,很多详细注释,可以直接使用,论文得从新下载-The l1 norm tracking algorithms, a lot of detailed annotations, can be used directly, the papers the new download
Text-recognition
- 文字识别系统,对文字进行分割,定位,匹配的demo程序,最终显示出图片中的文字-Text recognition system, the text segmentation, positioning, matching the demo program, the final display of the text in the picture
1
- 机器学习的决策树算法,matlab编写。适合初学者对决策树算法有初步的认识。-Decision Tree Algorithm machine learning, matlab prepared. Suitable for beginners to have a preliminary understanding of the decision tree algorithm.
OV7255_RAW8_RGB888_VGA
- FPGA实现,OV7255摄像头的采集,RAW格式转为RGB格式,用SDRAM存储,然后VGA显示-FPGA implementation, collection OV7255 camera, RAW format into RGB format, with SDRAM memory, and VGA display
CNNdaima-tuxiangshibie
- 深度学习中的CNN方法,层数由原先的五层增加到七层,使用最新的RELU激活函数代替原先的sigm函数,能运行-CNN depth learning method, the number of layers the original five to seven, with the latest RELU activation function replaces sigm function, you can run it
HOG
- 提取hog特征,并以直方图的形式展现出来。-extract HOG feature and shown as histogram
Theano
- Theano的资料及本人成功安装的说明,包括了Theano的说明文档和机器学习的文档-Descr iption of Theano and the process of install Theano in python by myself
zifushibie
- 模式识别作业题,对图像中的字符区域进行识别并提取出来。分区域的进行字符分割,效果不错。-Pattern recognition task, the characters in the image area to identify and extract. Sub region of the character segmentation, the effect is good.
mfc_pictureShow
- 使用MFC实现的双目视觉里程计离线编程项目,能计算出机器人行走位姿-Use binocular vision odometer offline programming project MFC implementation, and can calculate the robot walking pose
sift
- 运用shit算子对图像中的角点进行检测,以便进行特征匹配-Operators using shift image of the corner detection, feature matching
CNN(cPP)
- theano的C++实现,先用theano训练完,然后调用训练后的参数即可-python c++ cnn