搜索资源列表
StereoVision实现OpenCV、OpenGL、VS2008混合编程
- 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建。-Achieve OpenCV, OpenGL, VS2008 hybrid programming, enter the corrected image pairs, the use of stereo matching algorithms to calculate the disparity map, and finally with OpenGL thr
MEANSHIFT目标跟踪算法
- MEANSHIFT目标跟踪算法 使用了OpenCV库,MEANSHIFT target tracking algorithm using the OpenCV library
基于Retinex的MSRCR算法的C语言实现
- 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
opencv实现的snake算法
- opencv实现的snake算法,可以用于轮廓提取。,opencv realized snake algorithm, can be used for contour extraction.
Adaboost-OpenCv.rar
- 基于AdaBoost算法及OpenCv的人脸检测,adaboost-opencv
SIFT--opencv
- SIft算法。。可以用于影像匹配功能-SIft algorithm. . For image matching
SIFT-opencv-verygood
- 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
OpenCV
- 用开源的OpenCV实现的图像增强算法。给学OpenCV的朋友。-use of OpenCV
OpenCV-Mean-Shift-demo
- 基于OpenCV实现的图像特征区域跟踪程序,基于类Mean-Shift实现的颜色直方图概率匹配算法,可同时跟踪6个特定目标区域。-OpenCV implementation of image features based on regional tracking program, based on class Mean-Shift probability of achieving the color histogram matching algorithm, which can track a
opencv
- adaboost算法 人脸识别 用opencv实现的,供大家学习交流-Face recognition algorithm adaboost
SIFT-opencv
- 利用opencv编写的sift匹配程序,对于研究此算法很有帮助-sift code by opencv
OpenCV-Adaboost
- opencv 人脸 训练的 一些算法说明 和准备工作-opencv face training preparation instructions and some algorithms
OpenCV-wraper
- cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
CircleDetect(Opencv)
- 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
opencv
- 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
face-opencv-cPP
- 基于opencv 人脸识别 pca 算法 c++的实现 -Pca-based face recognition algorithm opencv c++ implementation
Based-on-the-Rob_Hess-OpenCV--SIFT-
- 编译Rob_Hess基于OpenCV的SIFT算法的C语言实现.pdf-Based on the Rob_Hess OpenCV compile the C language realization SIFT algorithm. PDF
opencv-detecting
- 一篇硕士论文,详细介绍了各种跟踪算法,opencv编写-many detecting algorithms,using opencv
Opencv-in-python
- 用于opencv编程的python代码资料,有许多使用的算法,如提取sift,光流等等,十分实用-Opencv python code for programming information, there are many algorithms used, such as the extraction sift, optical flow, etc., is very practical
基于OpenCV 2.X提升小波变换类
- 基于提升小波变换算法的C++类,利用OpenCV 2.x实现