搜索资源列表
-
0下载:
基于OpenCV的常用图像分割算法,用随机产生的颜色勾勒目标的轮廓-The program takes a color image (PPM format) and produces a segmentation
with a random color assigned to each region.
-
-
0下载:
运用opencv实现对图像进行分割,在visual c++环境下运行-Used to achieve image segmentation opencv in visual c++ environment to run
-
-
0下载:
opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是:
首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。
其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
-
-
0下载:
Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
-
-
1下载:
MFC和OpenCV结合的数字图像处理课程设计,实现数字图像处理中的多个算法,图像分割,形态学图像处理,空间域增强,哈哈镜,二值化,Sobel,Laplace,Robert等边缘检测,中值滤波和均值滤波等,实现的功能比较全,花了我2个通宵做的
-MFC and OpenCV combination of digital image processing course design, digital image processing of multiple algorithms, image
-
-
0下载:
OPENCV下基于高斯混合模型的图像分割,程序中还有
基于大津法的图像分割和金子塔分割。-OPENCV Based on Gaussian mixture model of image segmentation, the program also includes Otsu method based on image segmentation and the segmentation pyramid.
-
-
0下载:
用于图像中火焰区域的分割,可作为视频中火焰检测的一部分,用于火焰区域的分割-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
-
-
0下载:
OPENCV轻量级而且高效,由一系列 C 函数
和少量 C++ 类构成,同时提供了 Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。-The OPENCV lightweight and efficient, and by a series of C function
And a small amount of C++ class structure, while providing a language like Python, Ruby
-
-
0下载:
该资料为基于OpenCV的种子填充实现彩色图像分割的代码实现。-The data is based on OpenCV seed filling color image segmentation code implementation.
-
-
0下载:
利用openv对图像进行分割和裁剪,选取自己感兴趣的区域-Use openv on image segmentation and tailoring, choose areas of interest to them
-
-
0下载:
对超声图像的去噪和分割,可以显示肿瘤图像的边缘和面积-For ultrasound image denoising and segmentation, image can show the tumor edge and area
-
-
0下载:
用于处理中的图像拼接,已经运行成功过,希望给大家带来帮助-For image processing, has been running successfully, we hope to bring help
-
-
0下载:
C#编程环境下利用OpenCV实现分水岭图像分割的代码文档-
Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
-
-
0下载:
图像分割指的是将数字图像细分为多个图像子区域的过程,在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
-
-
0下载:
图像轮廓提取程序,将图像轮廓信息存储在一个txt文档里-image segmentation
-
-
0下载:
数字图像处理,里面包含很多c++算法,适合初学opencv,包括图像融合、图像分割、图像拼接-Digital image processing, which contains a lot of c++ algorithm, suitable for beginners opencv, including image fusion, image segmentation, image stitching
-
-
0下载:
说明:lab颜色空间图像分割,用于图像处理,matlab的源码-Lab color space for image segmentation, image processing, matlab source code
-
-
0下载:
使用opencv进行Crabcut图像分割,先定义分割矩形区域,然后完成前景与背景图像分离-Opencv for image segmentation using Crabcut, to define rectangular areas divided, and complete separation of foreground and background image
-
-
0下载:
MATLAB程序实现用水线阈值法分割图像,简单实用(MATLAB implementation water line segmentation image threshold method, a simple and practical)
-
-
1下载:
基于opencv的道路图像语义分割,用全卷积网络实现的(Road image semantics segmentation based on OpenCV and implemented by full convolution network)
-