搜索资源列表
SURF_Homography
- SURF_Homography xample SURF_Homography.cpp no longer works as expected with OpenCV 2.4.2.
opencv-video-threshold
- opencv 以如下的命令行格式运行,test.exe 输入视频文件名 二值化阈值 输出视频文件名 代码在main.cpp中-opencv to run the following command line format, test.exe input video file name binarization threshold output video file name in the code in main.cpp
file_input_output.cpp
- Input/Output code example for OpenCV
main.cpp.tar
- human-tracking : Human motion tracking graduation design code, the use of some of the opencv function
Hist-equalization
- This source code is an algorithm for equalizing an image histogram using cpp visual studio 2012 and opencv
Face-detection-cpp-opencv
- a face detection algorithm that uses opencv an cpp visual studio 2012 IDE are required
pr-KNN
- an opencv visual cpp algorithm imlementing the most used method is machine learning K-an opencv visual cpp algorithm imlementing the most used method is machine learning KNN
main.cpp
- 图像操作中比较基础的就是透视变换,初进open cv,实现了透视变换,代码如压缩吧所示(Perspective transformation by opencv)
159.cpp
- 能识别多张图片中圆形轮廓的形状,可以快速识别比一般的Hough 圆检测快。(Recognizes the shape of a circular outline in multiple pictures to quickly identify faster detection than the average Hough circle.)
cameralink interface
- 项目包含用来连接TopSee电子公司的相机接口的C++ 的类,cameralink接口使用该公司提供的DLL文件。项目的输出数据到opencv中框架中相似的视频项目 参见Opencv libraries中NetSDK DLLPLayer(C++ class for interfaciing with TopSee Electronic Tech camera's using the provided DLL. Outputs to opencv Mat image frames similar
CvvImage
- 在OpenCV高版本里CvvImage类被取消,如果想继续沿用以前的CvvImage,其实很简单,只要搜到CvvImage的源代码(.h和.cpp)。在自己的工程里面增加一个新的CvvImage类就可以了。然后注意在view类头上加个#include "CvvImage.h"(In the OpenCV version, the CvvImage class is cancelled. If you want to continue to use the previous C