资源列表
openCVSmooth
- 使用opencv 对图像进行平滑和滤波处理,主要用到的函数为cvSmooth,可以选择高斯滤波,中值滤波,双向滤波,插值滤波等方法。-opencv smooth gaosi mid-value and other method
Handskin_Detect
- 本程序分别用6种方法完成肤色识别,包括:RGB,GB,HSV,YCbCr,Ostu。在VC6.0+opencv1.0下编译通过,下载即可用。-The procedures were completed in six color identification methods, including: RGB, GB, HSV, YCbCr, Ostu. In VC6.0+opencv1.0 compile, download to use.
camera_face_detection
- 基于Opencv+VC6.0的脸部识别。本程序用DirectShow组件,解决了Win7下VC6.0里面不能打开笔记本摄像头的问题,而且自带需要的DLL文件,需要的朋友可以下载。-Opencv+VC6.0 based face recognition. The procedures used DirectShow components to solve the problem which can not be opened VC6.0 under Win7 notebook camera, an
opencv_canny_edgedetection
- OpenCvChina上面下载的基于Canny算子的边缘检测程序,效果不错,VC6.0上亲测。-Based on the above download OpenCvChina Canny operator edge detection procedure, the effect is good, no problems on VC6.0.
Changing-Brightness
- This is project for OpenCV It can increase or decrease brightness of an image.
Change-Contrast-of-a-Video
- This project for OpenCV I make it to increase or decrease the contrast of a video using OpenCV C++ It can change the contrast for each and every frame of the video.-This is project for OpenCV I make it to increase or decrease the contrast of
Homogeneous-Blur
- This project for OpenCV C++. It takes simply the average of the neighbourhood of a pixel and assign that value to itself. You have to choose right size of the kernel. If it is too large, small features of the image may be disappeared and image
Gaussian-Blur
- This project for OpenCV C++. This is the most commonly used smoothing method. This is also used to eliminate noises in an image. Gaussian kernel is slided across the image to produce the smoothed image. Size of the kernel and the standar
Bilateral-Blur
- This project for OpenCV C++. This filter is able to reduce noise of the image while preserving the edges. The drawback of this type of filter is that it takes longer time to process.- This is project for OpenCV C++. This filter is able to re
Histogram-Equalization-of-a-Color-Image
- This project for OpenCV C++. This program equalize histogram of a color image using OpenCV. -This is project for OpenCV C++. This program equalize histogram of a color image using OpenCV.
snake
- this a modified version of gvfsnke-this is a modified version of gvfsnke
CameraTwo
- 能够同时打开两个相机,基于opencv的程序-Two cameras can be opened simultaneously, opencv-based program
