搜索资源列表
watershed
- 图像处理,opencv实例编程代码,分水岭算法-Image processing, opencv examples of programming code, watershed algorithm
SIFTSURF
- SIFT算法、SURF算法和PCA—SIFT算法的实例,里面要安装OPENCV才能用的-SIFT algorithm, SURF algorithm and PCA-SIFT algorithm instance, which can be used to install OPENCV
OpencvExampleSourceCode
- Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
PryDownAndUp
- 这代码是opencv图像金字塔算法的实例,包括cvPyrDown和cvPyrUp。-this file is to demonstrate the use of the functions cvPyrDown and cvPyrUp.
ostu2
- 采用OpenCV实现OSTU算法,采用lena图像作为实例,可实现边缘检测-The OpenCV realize OSTU algorithm, using Lena image as a example, may realize the edge detection
Detailed-tracking-source
- 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
thinning
- opencv的细化算法 里面有实例图与源程序 用vs2010写成 低版本的无法直接打开的可以复制cpp的代码重新编译-thin method by opencv written by c++ vs2010
OpenCV-2nd-Early
- opencv2.4.9版本的电子版书籍,介绍了图像的各种算法并有实例-opencv2.4.9 e-book
Floodfill
- opencv漫水填充算法(Floodfill)实例 在vs2010开发环境下-The opencv flood fill algorithm (Floodfill) instance In the vs2010 development environment