搜索资源列表
canny
- 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
MFCOpenCV
- 在MFC中使用opencv的经典教程,代码结构简单明晰,稍加改动就可以用于实际应用!-Use of opencv classic tutorial in MFC, the code structure is simple and clear, a little change can be used in practical applications.
OpenCV-program-
- 提供给初学者一些经典的opencv源代码,包含很多方向的内容,代码可读性高。-Available to beginners some classic opencv source code contains a lot of direction, readable code.
qt_open_surf
- 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
FaceRecognition
- 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
SIFT_VC
- 这个基于OpenCv的sift算法,很经典,适合初学者拿来学习,本代码能完成图像匹配功能,并有很好的抗噪能力。-This is sift based OpenCv the algorithm, very classic, suitable for beginners used to study the code to complete the image matching functionality, and good noise immunity.
CVMFC
- 本代码是初学者学习VC和OpenCV混合编程的入门经典,值得初学者研究。-This code is for beginners to learn OpenCV and VC mixed programming entry classic, worthy of beginners.
cvut_test
- 基于opencv的 稀疏点匹配与重建 opencv书籍配套经典代码 -Sparse points matching based on opencv opencv books supporting and rebuilding classic code
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
opencv
- OPENCV很经典的学习工具,方便速度查找相应的代码-OPENCV is a classic learning tool to facilitate speed to find the appropriate code
opencv
- OPENCV很经典英文的学习工具,方便速度查找相应的代码-OPENCV very classic English learning tools to facilitate speed to find the appropriate code
face-detection
- 一种经典人脸识别算法,写成了c++代码,供参考下载使用-A classical face recognition algorithm, written in c++ code for reference download
Learning OpenCV_源代码
- learning opencv 经典代码(learning opencv code)
opencv-1.0.0.tar
- 图像处理程序,最经典的示例程序,代码通俗易懂(opencv is very good a program code)
libsvm-3.0
- 经典的SVM代码,可以用于学习,优化后的C++代码(Classic SVM code that can be used to learn and optimize the C++ code)