登录
首页 » matlab » graph-cut-method-to-segment-images

graph-cut-method-to-segment-images

于 2012-10-28 发布 文件大小:122KB
0 127
下载积分: 1 下载次数: 152

代码说明:

  基于图割方法的图像分割程序代码,希望对您有帮助哦!(graph cut method to segment images, it is nessary for you to have a look if you are doing image segmentation.)

文件列表:

图割算法
........\NcutImage_7
........\...........\common_files
........\...........\............\a_times_b_cmplx.dll,7114,2004-06-18
........\...........\............\a_times_b_cmplx.mexglx,7820,2004-06-18
........\...........\............\a_times_b_cmplx.mexmac,13096,2004-06-18
........\...........\............\discretisation.m,1251,2004-06-18
........\...........\............\discretisationEigenVectorData.asv,202,2004-06-18
........\...........\............\discretisationEigenVectorData.m,317,2004-06-18
........\...........\............\eigs2.m,37466,2004-06-18
........\...........\............\mex_w_times_x_symmetric.dll,9728,2004-06-18
........\...........\............\mex_w_times_x_symmetric.mexglx,8713,2004-06-18
........\...........\............\mex_w_times_x_symmetric.mexmac,13396,2004-06-18
........\...........\............\ncut.asv,2339,2004-06-18
........\...........\............\ncut.m,2470,2004-06-18
........\...........\............\ncutW.asv,486,2004-06-18
........\...........\............\ncutW.m,604,2004-06-18
........\...........\............\sparsifyc.dll,8704,2004-06-18
........\...........\............\sparsifyc.mexglx,8541,2004-06-18
........\...........\............\sparsifyc.mexmac,9004,2004-06-18
........\...........\............\spmtimesd.dll,7168,2004-06-18
........\...........\............\spmtimesd.mexglx,7285,2004-06-18
........\...........\............\spmtimesd.mexmac,8888,2004-06-18
........\...........\demoNcutImage.m,1579,2004-06-18
........\...........\main.m,309,2004-06-18
........\...........\README_NcutImage.txt,1091,2004-06-18
........\...........\specific_NcutImage_files
........\...........\........................\affinityic.c,4967,2004-06-15
........\...........\........................\affinityic.dll,7680,2004-06-18
........\...........\........................\affinityic.mexglx,8162,2004-06-18
........\...........\........................\affinityic.mexmac,8964,2004-06-18
........\...........\........................\a_times_b_cmplx.c,10086,2004-08-10
........\...........\........................\cimgnbmap.c,4351,2004-06-15
........\...........\........................\cimgnbmap.dll,7168,2004-06-18
........\...........\........................\cimgnbmap.mexglx,7801,2004-06-18
........\...........\........................\cimgnbmap.mexmac,8960,2004-06-18
........\...........\........................\computeEdges.asv,929,2004-06-18
........\...........\........................\computeEdges.m,1072,2004-06-18
........\...........\........................\computeW.asv,281,2004-06-18
........\...........\........................\computeW.m,323,2004-06-18
........\...........\........................\doog1.asv,468,2004-06-18
........\...........\........................\doog1.m,468,2004-06-18
........\...........\........................\doog2.asv,657,2004-06-18
........\...........\........................\doog2.m,639,2004-06-18
........\...........\........................\fft_filt_2.m,654,2004-06-18
........\...........\........................\gaussian.m,684,2004-06-18
........\...........\........................\ICgraph.asv,1100,2004-06-18
........\...........\........................\ICgraph.m,1102,2004-06-18
........\...........\........................\imread_ncut.asv,310,2004-06-18
........\...........\........................\imread_ncut.m,309,2004-06-18
........\...........\........................\jpg_images



........\...........\........................\make_filterbank_even2.m,835,2004-06-18
........\...........\........................\make_filterbank_odd2.m,835,2004-06-18
........\...........\........................\mex_w_times_x_symmetric.c,1260,2004-08-10
........\...........\........................\NcutImage.m,757,2004-06-18
........\...........\........................\quadedgep.m,3430,2004-06-18
........\...........\........................\showmask.m,301,2004-06-18
........\...........\........................\sparsifyc.c,6550,2004-06-15
........\...........\........................\spmtimesd.c,3435,2004-06-15
........\...........\Version.txt,284,2004-06-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HW2_code
    颜色和纹理特征的图像分割 颜色和纹理特征的图像分割(Image Segmentation Based on Color and Texture Features)
    2020-12-10 23:59:18下载
    积分:1
  • 第四次作业
    说明:  1.使用medfilt2函数对‘lena.bmp’进行不同模板大小的中值滤波,并观察效果 2.使用fspecial函数构造‘gaussian’, ‘sobel’, ‘prewitt’, ‘laplacian’, ‘average’等不同滤波算子,使用filter2函数对‘cameraman.tif ’进行滤波,观察不同滤波器的效果 3.设计频域理想低通和理想高通滤波器,对‘phantom.bmp’图像进行频域滤波,显示滤波结果。然后改变截止频率,观察对结果的影响。 4.对‘homo.bmp’进行同态滤波,其中频域同态滤波器自行设计。要求在程序注释中说明你设计该滤波器的思想。(1' lena.bmp 'The median filtering with different template sizes was carried out and the effect was observed2. Fsspecial function is used to construct different filter operators such as' Gaussian ',' Sobel ',' Prewitt ',' Laplacian ',' average ', etc' cameraman.tif 'Filter and observe the effect of different filters3. Design ideal low pass and ideal high pass filters in frequency domain' phantom.bmp 'The image is filtered in frequency domain and the filtering result is displayed. Then change the cut-off frequency and observe the effect on the results.4. Yes' homo.bmp 'The homomorphic filter is designed by ourselves. The idea of designing the filter should be explained in the program notes.)
    2020-12-11 21:53:25下载
    积分:1
  • 63535330pcnn
    说明:  pcnn的matlab实现,pcnn神经网络主要用于图像去噪分割等(the realization of the matlab PCNN, pcnn neural network used mainly for segmentation, such as image denoising)
    2008-11-27 08:16:20下载
    积分:1
  • da1
    说明:  MATLAB程序用于计算钢筋混凝土结构(梁,柱等)的非线性分析。(MATLAB program used to calculate the reinforced concrete structures (beams, columns, etc.) nonlinear analysis.)
    2011-03-02 16:19:34下载
    积分:1
  • GJdongtaigzzz
    改进了的动态视频目标跟踪程序,跟踪效果很好,大家放心下载!(Improved tracking of dynamic video program, track good effect, and we rest assured downloads!)
    2010-05-15 11:49:53下载
    积分:1
  • repeatability_demo.tar
    Mikolajczyk 的特征点提取 重复性评价代码(Mikolajczyk s evaluation of feature point extraction of repetitive code)
    2008-04-28 13:09:36下载
    积分:1
  • 归档
    五线谱的简单识别 识别出点的位置 需要数据灰度图(we can know how to know music)
    2018-08-02 10:24:14下载
    积分:1
  • FCRN-DepthPrediction-MATLAB
    使用matlab搭建神经网络,从单目图像中估计深度值(Using matlab to build a neural network to estimate depth from monocular images)
    2019-03-22 15:07:31下载
    积分:1
  • Image-zooming
    实现bmp位图的图像放大缩小,包含整个mfc的源码文件。(Achieve bmp bitmap image zoom, contains the entire mfc source files.)
    2014-02-13 10:17:26下载
    积分:1
  • wavelet-transform-matlab
    描述小波变换对地震面波的压制,提高信噪比,剔除干扰项(wavelet transform matlab )
    2020-06-30 23:00:02下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载