当前位置:
首页 资源下载
搜索资源 - interactive segmentation matlab
搜索资源列表
-
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.
-
-
0下载:
选取读入一份彩色图像,在运行Untitled.m程序时:先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,,鼠标选取好后,按ENTER健后出现进行分割出现结果。
-Select a color image read in the run Untitled.m program: the first interaction with the mouse, select a color region as the color you want to split with other go
-
-
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
-
-
1下载:
1.GeometricContext文件是完成图片中几何方向目标分类。
参考文献《Automatic Photo Pop-up》Hoiem 2005
2 GrabCut文件是完成图像中目标交互式分割
参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》
C. Rother 2004
3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码
4 虹膜识别程序
-
-
0下载:
在matlab中实现的图像分割系统,含有迭代阈值分割、交互式阈值分割等,且包含GUI。
-Implemented in matlab image segmentation system, containing iterative threshold segmentation, interactive thresholding, etc., and includes GUI.
-
-
5下载:
基于matlab的交互式医学图像分割,操作非常类似于photoshop的磁性套索工具。主要用于ct/mri图像实质区域如肿块的分割提取。test为主m文件。在Matlab R2010a以上证实可用。-An interactive segmentation method based on matlab for medical images.
-
-
0下载:
1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。
2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。
3. 在GUI中,实现二值图像的开运算、闭运算。
4. 在GUI中,实现二值图像的形态学应用:
边界抽取 (boundary extraction)
区域填充 (region filling)
细化 (thinning)
粗化 (thickening)
骨架 (skeletons)
修剪 (pr
-