-
大小: 0.33M文件类型: .rar金币: 1下载: 0 次发布日期: 2021-02-12
- 语言: Matlab
- 标签: site:www.pud 图割 matlab 主动轮廓
资源简介
新发表论文Graph cuts based active contour model with selective local or global segmentation 附源码,基于图割的主动轮廓模型,用于有选择的局部分割或全局分割,欢迎下载!
代码片段和文件信息
% This Matlab file demomstrates a segmentation method in Qiang Zheng et al‘s paper
% “Graph Cuts based Active Contour Model with Selective Local or Global Segmentation“
% IET Electronics Letters vol. 48 (9) pp.490-491 26th April 2012.
% Author: Qiang Zheng all rights reserved
% E-mail: weihaizhengqiang@163.com
% URL: %%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clc; clear all; close all;
Img0 = imread(‘1.bmp‘);
Img0 = double(Img0(::1));
[heightwidth] = size(Img0);
N = height*width;
E = edges4connected(heightwidth);
V0 = 1./(1 + abs(Img0(E(:1)) - Img0(E(:2))).^2 + eps);
iterNum = 5; % 迭代次数
figure(1);
for ID=1:6
[nrowncol] = size(Img0);
BW_InitialCurve = zeros(si
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 69366 2006-11-12 20:57 Graph cuts ba
文件 20520 2012-04-17 16:53 Graph cuts ba
文件 5384 2012-08-03 16:58 Graph cuts ba
文件 765 2008-09-15 15:35 Graph cuts ba
文件 1026 2012-04-17 16:43 Graph cuts ba
文件 1138 2012-04-17 16:58 Graph cuts ba
文件 1127 2012-04-17 16:58 Graph cuts ba
文件 1182 2012-04-17 16:58 Graph cuts ba
文件 1171 2012-04-17 17:00 Graph cuts ba
文件 377164 2012-05-07 10:15 Graph cuts ba
文件 1458 2008-09-15 15:35 Graph cuts ba
文件 24576 2011-12-03 21:22 Graph cuts ba
文件 245 2008-09-02 17:10 Graph cuts ba
文件 7466 2006-11-07 18:56 Graph cuts ba
文件 1166 2006-11-07 21:01 Graph cuts ba
文件 3031 2008-01-03 22:58 Graph cuts ba
文件 17825 2011-12-03 21:21 Graph cuts ba
文件 410 2006-06-13 19:42 Graph cuts ba
文件 17657 2008-01-03 23:22 Graph cuts ba
文件 4430 2006-11-06 18:39 Graph cuts ba
文件 4679 2008-09-15 15:35 Graph cuts ba
目录 0 2012-08-03 16:59 Graph cuts ba
目录 0 2012-08-03 16:59 Graph cuts ba
目录 0 2012-08-03 17:05 Graph cuts ba
----------- --------- ---------- ----- ----
561786 24
相关资源
- wavelet-matlab 基于小波变换的图像融合
- palm-recognition 掌纹识别代码
- souce-code 数字图像处理与机器视觉(光
- icm_seg
- Adaptive_Filtering
- m.file 语音增强算法
- dongtai-shoushi-shibie-chengxu 动态手势识别
- ImageProcess_ToolBox
- faceRecognition Matlab终极人脸识别系统
- StOMP 分段自适应正交匹配追踪StOMP算法
- Itti-Matlab Itti模型的显著图提取
- voice-conversion--MFCC-GMM 实现多个人的说
- text-classification matlab编写的文本分类的
- Matrix-Completion 低秩矩阵方面的实例
- histogram-equalization 直方图均衡化的几个
- 3-D-dwt 三维离散小波变换程序
- DeepLearnToolbox-master 深度学习工具箱的
- sparsecoding 稀疏编码在图像分类中的实
- LOF 局部离群点检测算法
- stateflow matlab stateflow 入门教程
- MeanShift 均值漂移算法的MATLAB代码
- PPP_Vor
- iterative_blind_deconvolution 实现了迭代盲
- EMD matlab实现EMD分解。完整的EMD分解程
- RGB_Criminisi Criminisi算法修复彩色图像
- CNN 经典的卷积神经网络MATLAB实现源码
- uncoordinated-charging
- deblur 本源码是关于图像盲去模糊的算
- gaosilvbo 高通高斯滤波
- MRFFeature
评论
共有 条评论