资源列表
counterrender
- 利用vtk实现三维物体的等值面绘制,并支持三维交互操作-Use vtk achieve isosurface rendering three-dimensional objects, and supports three-dimensional interaction
人脸识别
- 简单的python人脸识别代码,不错的入门学习资料(Simple Python face recognition code, a good starting point for learning)
OpenCV_64位库
- Windows下OpenCV的库,已经编译好的下载就可以用了,64位的
knn
- 通过knn分类算法识别魔方的色块颜色,加入是否识别成功判断,成功识别率比阈值法识别更高。有完整的备注(Through the KNN classification algorithm to identify the color block of the cube, the success rate is higher than the threshold method. Code has complete comments)
边缘检测综合示例
- 【60】边缘检测综合示例基于OPENCV
OPENCV函数手册
- OPENCV函数中文手册,帮你认识各种函数,参数说明完整(Opencv function Chinese manual, help you understand various functions, complete parameter descr iption)
Vehicle-Detection-YOLO-keras-master
- 通过代码实现对图片和视频中车辆的检测与识别(Through the code to achieve the detection and recognition of vehicles in pictures and videos)
S1IM159.【已完成】基于SVM的烟雾识别系统
- 基于SVM的烟雾识别系统 运动区域提取使用的是 自适应混合高斯背景建模 特征算法使用的是 HOG+LBP 机器学习方法使用的是 scikit的SVM(Smoke recognition system based on SVM The moving region extraction uses adaptive Gaussian mixture background modeling feature algorithm, hog + LBP machine learning method
输出两路有相位差的PWM波形
- 输出两路有相位差的PWM波形,输出两路有相位差的PWM波形,输出两路有相位差的PWM波形。
SIFT-opencv249
- SIFT opencv的源码,底层代码编写,有较完整的步骤和每一步的说明,对于sift初学者特别有帮助(Sift source code, the underlying code, there are more complete steps and each step of the descr iption, especially helpful for sift beginners)
PROSAC-master
- prosac,改进的ransac。。。。。。。。。。。。(PROSAC, improved RANSAC)
OpenCV C++ Criminisi
- 该算法为Criminisi算法,采取OpenCV库进行编写,适用于初学者使用