搜索资源列表
求图像的二值化最佳阈值
- 求图像的二值化最佳阈值 利用opencv 实现图像的膨胀,腐蚀,开运算,闭运算,求轮廓操作,并可以从外部文件导入结构算子-Find the best binary image threshold image using opencv achieve dilation, erosion, opening operation and closing operation, find the outline of operation, and can be imported from an extern
基于OpenCV的常用图像分割算法
- 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
ContourTrack
- 运动目标轮廓跟踪代码,运用OPENCV实现,效果还不错-Moving object contour tracking code, the use of OPENCV implementation, results were pretty good
OpenCVHello
- OpenCV的轮廓识别,自己用MFC+OpenCV写的轮廓识别与字符分割小软件.软件可实现轮廓识别的准确分割.-OpenCV' s profile recognition, they used to write the outline of MFC+ OpenCV recognition and character segmentation in a small software. Software to achieve accurate segmentation contour dete
Canny-Contour-source-code
- Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
OpenCV-coutours
- 这是一个用opencv编写的 用来检测物体轮廓的代码-This is a written with the opencv code used to detect the contour
connect
- 使用OPENCV填充连通域,并提取出连通区域的轮廓-OPENCV filled with connected domain, and extract the contour
Delphi_MotionDetect1
- 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。-This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi
ContoursRiceCount
- 将米粒的轮廓圈出来, 并数出米粒个数, 使用了opencv库函数, vc IDE.-Will ring out the outline of grain and grain count the number, use the opencv library functions, vc IDE.
code
- OpenCV一些代码的实现,包括轮廓的提取,图像的复制-OpenCV implementation of some code, including contour extraction, image replication
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
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
手机提取
- 基于OpenCV的形态学操作,用于提取手机零件轮廓。(OpenCV based morphological operations, used to extract parts of mobile phones contour.)
小轮廓填充
- 检测图像中的小轮廓,将这些小轮廓全部进行填充(The detection of small outline images, the contour are filled)
contoursmatch_cv
- 基于opencv实现轮廓匹配的代码,可以运行(Implement contour matching code with OpenCV)
提取图像轮廓质心
- 提取图形轮廓 以及轮廓所在的质心。用外接矩形包围其所在的轮廓(Extract the graphic outline,and the centroid of the contour .Encircling the outline with a rectangle)
Contours_extraction&drawing_based_on_OpenCV
- 基于OpenCV利用canny算子的图像轮廓提取与绘制(Contours extraction and drawing based on OpenCV, using canny operator.)
GeoMatch
- halcon轮廓模板匹配原理,该文件是印度的一位工程师贡献的。(The principle of Halcon contour template matching is contributed by an engineer in India.)
创建包围轮廓的圆形边界
- open'c'v 识别检测物体的轮廓边缘 画出它的边缘(Open'c'v Recognition detects the contour edge of an object and draws its edge)