搜索资源列表
-
0下载:
snake 图像分割程序,含有主程序和子程序,简单的交互式控制点选择-snake image segmentation process, with the main program and subprogram, a simple interactive control point selection
-
-
0下载:
Graph Cuts是一个图像分割方法,具有交互式分割,分割效果很好。-Graph Cuts is an image segmentation method, with interactive segmentation, segmentation works well.
-
-
2下载:
彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3)
image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this
function will step through an interactive color segmentation using kmeans clustering. It
-
-
0下载:
在matlab中实现的图像分割系统,含有迭代阈值分割、交互式阈值分割等,且包含GUI。
-Implemented in matlab image segmentation system, containing iterative threshold segmentation, interactive thresholding, etc., and includes GUI.
-
-
0下载:
1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。
2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。
3. 在GUI中,实现二值图像的开运算、闭运算。
4. 在GUI中,实现二值图像的形态学应用:
边界抽取 (boundary extraction)
区域填充 (region filling)
细化 (thinning)
粗化 (thickening)
骨架 (skeletons)
修剪 (pr
-