资源列表
moving-objects
- 本程序 尝试打开本电脑上的摄像头作为视频输入设备,或者将命令行的输入参数作为文件名来打开的视频文件。不管是哪一种方法,最后都是不断的循环处理一帧一帧地处理,涉及到的图像处理有 背景擦除,平滑滤波,二值化等。-The program tries to open the camera on the computer as a video input device, or enter the command line parameters as the file name to open the vi
SNAKE
- 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试.-First set the threshold segmentation, find out the basic outline, blue contou
FACE
- 本程序可以对输入的图像或者视频进行人脸检测,是一个很好的学习范例。-The program can import images or video face detection, is a good example of learning.
Hough-line-test
- Hough线段检测,是一个很好的opencv学习范例,对于初学者有很大的帮助。-Hough line detection, opencv learning is a good example of a great help for beginners.
edge-histogram-cv
- 利用OpenCV实现图像边缘直方图输出。这是边缘直方图显示程序,贴出来给大家分享一下-Using OpenCV for image edge histogram output. This is the edge of the histogram display program, posted to share with you
camera2
- 基于OpenCV的摄像头运动物体的识别与检测代码,可直接运行!-Identification and detection code OpenCV camera moving object based and can be run directly!
gmm-cv
- OpenCV_基于混合高斯模型GMM的运动目标检测。内附监测监控视频,方便测试使用。-OpenCV_ GMM Gaussian mixture model based moving target detection. Included monitoring surveillance video, easy testing.
Tracking-Skin-colored-Objects
- We present a methodology for tracking multiple skin-colored objects in a monocular image sequence. The proposed approach encompasses a collection of techniques that allow the modeling, detection and temporal association of skin- colored objects
canny
- opencv中利用canny算子提取边缘-use canny to chuli picture
LearningOpenCV_Code
- 学习OpenCV(中文版)随书源码,对于学习OpenCV比较有帮助!-Learning OpenCV (Chinese version) with the source book for learning OpenCV more helpful!
3241_Code
- OpenCV2ComputerVisionApplicationProgrammingCookbook对应的每章节的代码,有助于学习本书!-OpenCV2ComputerVisionApplicationProgrammingCookbook corresponding code for each chapter, the book helps to learn!
OpenCV
- OpenCV2ComputerVisionApplicationProgrammingCookbook,有助于学习OpenCV!-OpenCV2ComputerVisionApplicationProgrammingCookbook, helps to learn OpenCV!
