搜索资源列表
DistributeColor.cpp
- The program uses opencv and distrbute color according to distance of Object pixels.
sift_vs2005
- SIFT algorithm using OpenCV
opencv.cpp
- example open image with opencv
cvuttest
- calibration.cpp,摄像机定标源代码,利用opencv开发包,代码简单-calibration.cpp, camera calibration source code, using opencv Development Kit, a simple code
knearest.cpp
- OpenCV training sample code.
HoughTrans
- Detect Line and Circle 基于opencv的直线,圆检测 retinex算法用于人脸识别预处理-Opencv-based Detect Line and Circle line, circle detection algorithm for face recognition preprocessing retinex
file.cpp
- this a function for the image equalization using openCV.It takes in input only an image and generates the equalized image.-this is a function for the image equalization using openCV.It takes in input only an image and generates the equalized im
28668327Hough_transfor
- The Makefile is for MacOS X 10.6. The scanner is int 3Dscanner.cpp and uses OpenCV. he "ducky" subdirectory holds a set of test images. There are a couple of example .txt point cloud files included in the top-level directory (shrek-16.txt, ducky-poin
SURF_Homography
- SURF_Homography xample SURF_Homography.cpp no longer works as expected with OpenCV 2.4.2.
CvvImage
- CvvImage.cpp老版本。opencv新版本需要。-CvvImage.cpp old version. the opencv new version requires。
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
MatTest
- 该CPP应用Opencv的Mat对图像数据进行读取,里面包括单通道、三通道的图像数据的读取和写入等四种方式-This cpp apply the Mat of Opencv to read and write the data,including the single channel、three channels. All in all, there are four methods.
ChildCtrl
- CListCtrl,ComboBox,CStatic,日期控件等重写的类,可能有的需要 Opencv的一些图像显示函数,.h,.CPP文件-Rewriting the class CListCtrl, ComboBox, CStatic, date controls, may require some images and some display function Opencv
main.cpp.tar
- human-tracking : Human motion tracking graduation design code, the use of some of the opencv function
yaml-cpp-master
- 应用在计算机视觉方面,结合CMAKE应用,还有OPENCV。-*** With CMake*** yaml-cpp uses CMake to support cross-platform building. In a UNIX-like system, the basic steps to build are: 1. Download and install CMake (if you don t have root privileges, just install to
Face-detection-cpp-opencv
- a face detection algorithm that uses opencv an cpp visual studio 2012 IDE are required
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.)
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