搜索资源列表
基于OpenCV的常用图像分割算法
- 基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation with a random color assigned to each region.
OpenCV81
- 运用opencv实现对图像进行分割,在visual c++环境下运行-Used to achieve image segmentation opencv in visual c++ environment to run
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
fenshuiling
- Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
graphcut.cpp
- graphcut method for segmentation of images
GMMS
- OPENCV下基于高斯混合模型的图像分割,程序中还有 基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
pyramid_segmentation
- example of opencv pyramid segmentation
shotsplit
- 基于直方图的视频分割,用opencv实现的,运行前需要搭建好环境-Histogram based segmentation, implemented with opencv, running before the need to build a good environment
speech-segmentation
- This program is the program implementing the audio Segmentation.I used a adaboost and camshift algorithm with opencv and vc++ It is the program which is suitable for the development environment with the program related to the audio merotomy.
texture-segmentation
- VC++6.0环境下 利用OpenCV对木片的宝塔纹纹理进行分割-VC++6.0 environment using OpenCV on the wood grain texture segmentation of the pagoda
flame-segmentation
- 用于图像中火焰区域的分割,可作为视频中火焰检测的一部分,用于火焰区域的分割-For image segmentation in the flame zone, the flame detection can be used as part of the video for the division of the flame zone
Otsu--segmentation
- opencv大津法阈值分割,很不错的资料,共享一下,和大家共勉!-The opencv Otsu threshold segmentation, the very good information, sharing, and encourage one another!
image-segmentation-
- 该资料为基于OpenCV的种子填充实现彩色图像分割的代码实现。-The data is based on OpenCV seed filling color image segmentation code implementation.
opencv-watershed-segmentation
- C#编程环境下利用OpenCV实现分水岭图像分割的代码文档- Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
Iris-Segmentation
- 使用hough变换等实现瞳孔的检测,详细的介绍见博客http://blog.csdn.net/computerme/article/details/411217-Iris segmentation base on Hough transform and other technics.
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
Image-Segmentation
- 图像轮廓提取程序,将图像轮廓信息存储在一个txt文档里-image segmentation
Crabcut-image-segmentation
- 使用opencv进行Crabcut图像分割,先定义分割矩形区域,然后完成前景与背景图像分离-Opencv for image segmentation using Crabcut, to define rectangular areas divided, and complete separation of foreground and background image
SLIC
- 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
opencv-semantic-segmentation
- 基于opencv的道路图像语义分割,用全卷积网络实现的(Road image semantics segmentation based on OpenCV and implemented by full convolution network)