搜索资源列表
基于OpenCV的常用图像分割算法
- 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
GrabCut
- 基于opencv的图像分割算法,改进了graph cut算法-image segmentation algorithm based on Opencv, improved from graph cut algorithm
Adative-contour-extraction
- 在图像中提取轮廓(用到了自适应阈值分割算法),根据目标特征,如周长、面积等参数进行筛选,得到目标的轮廓。-Contour extraction in the image (use an adaptive thresholding algorithm), depending on the target characteristics, such as perimeter, area and other parameters of screening, target profile.
opencvCar
- 开发环境:vc6.0 ,opencv1.0.整体功能:实现车牌跟踪,检测,车牌定位,车牌分割,字符 分割,字符识别,其中车牌跟踪和车牌检测不是很好,但是对于已经拍好的图片,车牌定位, 车牌分割,字符分割和字符识别效果很好。程序中的核心算法,本人已加详细注释。具体详见程序说明。希望对你有所帮助。-Development Environment: vc6.0, opencv1.0. Overall functions: license plate tracking, detect
opencv_Based_otsu
- 基于Opencv的otsu自动阈值分割算法-The otsu Opencv based threshold segmentation algorithm automatically
opencv
- 基于openCV的图像分割算法,三种方式实现图像分割-OpenCV image segmentation algorithm, three ways to achieve image segmentation
TriSplit
- 利用VS2008和opencv函数库实现Delaunay三角分割算法。-VS2008 and opencv library to achieve Delaunay triangulation algorithm.
grabCut
- 用opencv实现的图像分割算法 非常好用-With opencv image segmentation algorithm is very easy to use
floodfill_C_2008
- 图像分割算法。flood fill填充,用指定颜色填充一个密闭区域,相当于画图中的油漆桶-Image Segmentation
segment
- opencv 在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法-opencv, image segmentation。watershed segmentation algorithm, pyramid segmentation algorithm and mean shift segmentation algorithm.
water_cheti
- 8.4 水域分割 水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。 -Image Watershed Segmentation This is the implementation of the algorithm based on immersion model.
Watershed
- 基于opencv的分水岭分割算法,希望对大家有点帮助。-Opencv based watershed segmentation algorithm, we want a little help.
12354
- 实现了多高斯建模法的视频分割算法和越界检测、运动物体尺寸检测、计数等应用。算法主要由OPENCV实现。 软件目前可实现以下功能: 1)提供高斯建模法研究相应算法实现的效果的影响; 2)可以实现原视频与处理后的视频同时播放,实现跟踪; 3)实现车流量技术计数。 -To achieve a multi-Gaussian modeling method of video segmentation algorithm and cross-border detection, movin
tuxiangfenge
- 对图像进行各种分割算法的一个源代码。相信对初学者用处很大-Various image segmentation algorithm source code
0316segment
- 基于OpenCV的图像显著区域检测分割算法,原作者是用MFC类库实现的,我把他改为用OpenCV实现,可以方便的加入自己的OpenCV项目中。具体原理和原代码请参见原作者网站:http://ivrg.epfl.ch/supplementary_material/RK_CVPR09/-OpenCV-based image segmentation algorithm salient region detection, the author is using MFC class library, a
Image-segmentation
- 图像分割指的是将数字图像细分为多个图像子区域的过程,在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法。-Image segmentation refers to the digital image is subdivided into a plurality of image sub-regions in the process, in OpenCv achieve three associated with image segmen
SegementfrontTobackground
- 主要是实现的分割算法,将前景色与背景色分割开来,效果一般,C++和opencv实现。-Mainly segmentation algorithm, and the foreground and background color separated, the general effect, C++ and opencv realization.
THRESOLD
- 基于OPENCV的阈值分割算法,• 这个函数有5种阈值化类型。-Segmentation algorithm based OPENCV threshold.
BGSLibrary
- bgslibrary是一个开源前景背景分割库,包含了一些最新前背景分割算法。(Bgslibrary is an open source Foreground Background Segmentation library, which contains some latest background segmentation algorithms.)
SEEDS-superpixels超像素分割
- 利用superpixel算法进行超像素分割(Super pixel segmentation using superpixel algorithm)