搜索资源列表
OpenCV-coutours
- 这是一个用opencv编写的 用来检测物体轮廓的代码-This is a written with the opencv code used to detect the contour
VehicleDetection
- 基于OpenCV的车辆轮廓检测的相关方法介绍-OpenCV-based vehicle detection profile, their writing, may be a bit simple
MotionDetection
- 该程序主要是在OpenCV的环境下进行的运动检测,当物体开始运动时,视频窗口中将显示,运动物体的轮廓,在智能交通或是自动驾驶中有很好的应用-The procedure was carried out under an environment OpenCV motion detection, when the object began to campaign, the video window will show the outline of moving objects, in the Inte
lunkuojiance
- 在VC环境中安装OPENCV库函数后,实现图象轮廓检测的代码-In the VC++ install OPENCV library functions, the realization of the code image contour detection
luokuojiance2
- 安装VC和OPENCV库函数后可以实现图像轮廓检测的另一种代码,非常特别-Install VC and OPENCV library functions can be achieved after the image contour detection of another code, very special
mycv
- 用python实现的opencv图像轮廓检测代码,多多指教-Implemented by python opencv image contour detection code, exhibitions
DetectiveContour
- 视频场景切换及轮廓检测(VS2008+opencv),采用VC编写,注意源代码里的视频名称是“sunyanzi.avi”,改成自己的视频名称即可-scene change detection and detective contours,write with vc,remember change the name of video in the code into yours
DrawContours
- OPENCV轮廓检测完整源代码适合初学者使用-Contour detection OPENCV complete source code for beginners
lunkuo
- opencv的轮廓检测算法。计算并画出椭圆区域内的图像轮廓。-application of cvSnakeImage
lunkuo
- 本代码基于opencv2.2,轮廓检测,输入图像,进行边缘检测并将图像区分为背景和目标,二值化,用轮廓把目标区域显示出来,还可得到目标区域内的面积,即目标的大小-The code is based on opencv2.2, contour detection, the input image, edge detection and image area is divided into the background and objectives, the two values, the targ
MyCode
- 总结的OPencv代码。图像warp,rotation.H_S直方图。滑动条设定阈值进行轮廓检测。在输入图像上检测轮廓。还有平均背景法。是txt格式,只需要把后缀名编程.cpp即可。-The summarized OPencv code. Image warps, rotation.H_S histogram. Slider to set the threshold for contour detection. Detect the contours in the input image. Av
canny
- 利用Opencv的轮廓检测函数,可以用来检测图像的边沿。-Use the Opencv the outline detection function can be used to detect the edge of the image.
5556
- 基于OpenCV的车辆轮廓检测为了获得理想的车辆轮廓线,提出了一种基于开源计算机视觉库OpenCV的轮廓检测新方法。首先对图像迸行形态 学去噪、平滑滤波处理和二值化阈值分割等预处理,获得二值化黑白图像。然后通过轮廓提取和跟踪检测到车辆外轮廓线。 在VC++6.0环境下,利用Opener编程实现了此方法。-Proposed a new method of contour detection based on open source computer vision library OpenCV Op
OpenCV_examples
- opencv 实例,包括直线检测、圆检测、canny边缘检测、轮廓检测、FFT等-the examples of opencv
Contour-detection
- 在visual studio 2008平台,基于opencv2.3.1实现的轮廓检测-In the visual studio 2008 platform, based on the outline of opencv2.3.1 realize detection
OpencvDemo02
- 基于opencv实现的轮廓检测算法,及其算法扩展,使用opencv2.3.1,vs2008环境-Contour detection algorithm based on opencv achieve its algorithm extended. use opencv2.3.1, vs2008 environment
Contour-detection-based-on-OpenCV
- 基于opencv的轮廓检测,运用灰度处理,提取轮廓。在使用本程序前确保vs已经安装opencv-Opencv based contour detection, using the gray processing, contour extraction. The use of this process to ensure that vs has been installed opencv
contourdetection
- opencv下轮廓检测,调用cvFindContours函数和cvDrawContours函数。程序画出矩形图再对其进行检测。-contourdetection,opencv,rectangle,using function cvFindContours and cvDrawContours
contourdetect
- 在opencv下,对一张人物图像实例进行轮廓检测-Instance of a character image contour detection
小轮廓填充
- 检测图像中的小轮廓,将这些小轮廓全部进行填充(The detection of small outline images, the contour are filled)