资源列表
FloodFill
- example using the cvFloodFill () to fill the area of the initial pixel is selected by clicking with the mouse
ROI
- An example of a ROI - the program loads an image and given the coordinates of ROI sets using the cvSetImageROI (). It then calls the function cvAddS (), which adds to the array elements (pixels of the image), given a scalar value. The result is a col
Capture
- The program connects and begins to grip the camera with cvCreateCameraCapture (), then get the width and height frame with cvGetCaptureProperty (). And then in the loop with cvQueryFrame () gets the image from the camera and displays the window.
Face-Reco
- 人脸识别的演示程序,基于vc++,可以用来灰度处理图片-face recognize
cv
- opencv 仿射变换的demo.不错的东西啊.通过这个了解opencv的强大-opencv demo. affine transformation good things ah the opencv strong through this understanding
GMM
- 使用openCV写的高斯混合模型前景分离作业。-Extract the foreground from video sequence using Gaussian Mixture Model(GMM)with openCV.
location
- 自己实现的五官精确定位算法,可以用矩形框出五官的位置。-Realize his facial features precise positioning algorithm to the location of the facial features, you can use the rectangle.
MFCVIGrabber
- 使用videoinput库实现摄像头图像捕获。同时实现了将opencv窗口嵌入到图像控件中。-using videoinput library to capture image from camera. OpenCV window embedded in the image control.
Opencv1.0PVC6-configuration
- vc6.0 环境下配置 opencv1.0-configure opencv1.0 on the vc6.0 platform.
histMeanValue
- 包含三个功能的演示。直方图,otsu算法,计算灰度中值。最后统计0像素占的比例。 float getMeanValue(IplImage* image) //灰度均值 int getMedian(IplImage* image) //灰度中值 void otsu (IplImage *image) //大律法阈值分割-Contains three functional demo. float getMeanValue (IplImage* image) //gray ave
facetest
- 级联分类器检测人脸,并定位脸部、眼睛和嘴巴,用到OPENCV分类器-Cascade classifier detects the face, and the positioning of the face, eyes and mouth, used OPENCV classification
meanshift
- meanshift实现动态目标跟踪新方法,可直接使用,无需调试,opencv-Dynamic target tracking, opencv
