搜索资源列表
-
0下载:
opencv 在OpenCv中实现了三种跟图像分割相关的算法,它们分别是:分水岭分割算法、金字塔分割算法以及均值漂移分割算法-opencv, image segmentation。watershed segmentation algorithm, pyramid segmentation algorithm and mean shift segmentation algorithm.
-
-
0下载:
8.4 水域分割
水域分割,又称watershed变换,是模仿地形图浸没过程的一种形态学分割算法,其本质是利用图像的区域特征来分割图像的,它将边缘检测与区域成长的优点结合起来,能够得到单像素的,连通的,封闭的,并且位置准确的轮廓。因此是应用比较广泛的一种图像分割算法。
-Image Watershed Segmentation
This is the implementation of the algorithm based on immersion model.
-
-
0下载:
基于opencv的分水岭分割算法,希望对大家有点帮助。-Opencv based watershed segmentation algorithm, we want a little help.
-
-
0下载:
MFC界面打开一副图片,对其进行分水岭算法分割-MFC interface to open a picture, its watershed segmentation algorithm
-
-
0下载:
C#编程环境下利用OpenCV实现分水岭图像分割的代码文档-
Under the C# programming environment to achieve watershed image segmentation using OpenCV code documentation
-
-
0下载:
opencv代码实现,分水岭分割代码实现-opencv code, watershed segmentation code
-
-
1下载:
基于opencv实现分水岭算法的图像分割程序,在图像的不同区域画线,然后按w键运行算法,就可得到分割图像。-Image segmentation based on opencv achieve watershed algorithm procedures, in different areas of the image line drawing, and then press the w key operation algorithm, image segmentation can be obt
-
-
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下载:
实现分水岭图像分割,需要手动操作图像,另外图像的路径由自己设定,因人而异-Watershed Segmentation realized the need to manually manipulate the image, another path to the image set by themselves, vary
-
-
0下载:
利用OpenCV实现,分水岭算法,用以实现图像的分割,亲测,好用-Use OpenCV implementation, watershed algorithm to achieve image segmentation, pro-test, easy to use
-
-
0下载:
分水岭算法用于图像分割,需要vs2013配置opencv3.0,有很大改进空间。-Watershed algorithm for image segmentation, the need to configure vs2013 opencv3.0, there is a lot of room for improvement.
-