搜索资源列表
基于opencv实现的灰度变换
- 基于opencv实现的灰度变换,低通滤波,直方图均衡化,边缘检测等算法。-Opencv implementation based on gray-scale transformation, low-pass filtering, histogram equalization, edge detection algorithm.
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
opencv-image
- opencv 实现图片显示,并有opencv2.2 vs10的配置方法-opencv2.2 c++ vs2010
opencv
- opencv实现的目标跟踪程序,可以捕捉AVI视频中的运动目标并实现定位-opencv goal tracking program, you can capture video in AVI moving target and to achieve positioning
imagezhenchafa
- OpenCV实现的图像帧差法的程序,cmd下载入图像即可运行-OpenCV implementation of the image frame difference method procedure, cmd into the image to download to run! ! ! !
Save_All_Frames
- opencv 实现了将一个视频的所有帧分解,并将图像依序保存,效果非常好。 -opencv realized the decomposition of a video of all the frames, and save the image sequence, the effect is very good.
a
- opencv 实现对视频帧的提取,包括从摄像头获取视频及avi文件获取视频-opencv achieve the extraction of video frames, including video from the camera and get access to video avi files
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-shift-graphics-match
- opencv的shift图像匹配程序 实现了角点检测 特征点检测 图像匹配-opencv shift graphics match
Distortion Correction
- VC+opencv 实现建筑物梯形畸变校正 radon变换 sobel边缘检测 直方图均衡图像增强 radon直线检测 仿射变换等算法-VC+ opencv trapezoidal distortion correction to achieve the building radon transform sobel edge detection image enhancement histogram equalization radon affine transform line detecti
OpenCV-IMLEMENT-SVM
- OPENCV实现SVM,很好的实现了图像分类,供大家参考-USE openCV to implement the SVM
PGM
- 使用OPENCV实现BMP格式转PGM格式,并输出PGM格式图片-Transform bmp to pgm picture using opencv, and then show pgm picture.
yansetiqu
- opencv实现利用已知的三通道颜色来分割物体-opencv achieved using the known three-channel color to separate objects
opencv
- 提取图像的特征,用openCV实现,包括图像颜色直方图,形状特征,纹理特征等。-get features of images,all kinds of images.
RGB_Gray_Canny
- OpenCV实现图像的灰度化,并采用Canny实现灰度图像的边缘检测!-OpenCV for image gradation and gray-scale image using Canny edge detection to achieve!
use-opencv-to-face-detection
- 这是使用opencv实现人脸检测的论文合集,包括四篇高质量的中文文献,参考价值高-This is achieved using the opencv face detection collection of papers, including four high-quality Chinese literature, the high reference value
OpenCV-facedetect-system
- 利用OpenCV实现的视频采集和人脸识别程序代码-OpenCV implementation using video capture and recognition of program code
opencv实现的手势识别,石头剪刀布的实现
- 基于opencv实现的简单的手势识别,环境配置好就可以运行。(A simple project of gesture recognition which is based on opencv,it can run when the environment can be configured correctly.)
OpenCV实现基于傅里叶变换的旋转文本校正
- opencv的基于傅里叶的文本倾斜校正,可以完美实现倾斜校正(OpenCV realizes rotation Text Correction Based on Fourier transform.)
MeanShift目标跟踪(opencv)
- 国外一个大牛写的MeanShift目标跟踪程序,用opencv实现。