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

graph-cut-method-to-segment-images

于 2012-10-28 发布 文件大小:122KB
0 114
下载积分: 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 个回复

  • Harris
    用MATLAB实现亚像素角点检测,简单实用(Using MATLAB to achieve sub-pixel corner detection, simple and practical)
    2020-10-06 11:17:39下载
    积分:1
  • image
    关于偏微分方程进行图像处理的电子书,对于学习动态轮廓实现图像的分割非常有用(A book about PDE and image processing, it is very useful for image processing learning)
    2009-04-08 14:20:42下载
    积分:1
  • image_mva
    基于图像的纹理特征参数的MVA的提取,该方法使用方便,理解简单。(Image-based texture feature extraction parameters of MVA, the method easy to use, easy to understand.)
    2010-02-23 20:13:57下载
    积分:1
  • binary-video
    学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi ) 这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements: 1. Each frame of the input video images are binarized using the same threshold value 2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information 3. During processing, real-time display after processing each frame 4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice 5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi) Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
    2015-01-30 16:15:09下载
    积分:1
  • polsarpro
    polsarpro官方学习教程,系统的说明了polsarpro软件的操作使用,可进行树高反演,地物分类,已经森林模拟数据生成(polsarpro tutorial note)
    2020-11-08 15:59:47下载
    积分:1
  • Ncut_9
    NCUT切割,对源码进行了改进,改进后取消了只能压缩到160*160才能切割的限制(NCUT cutting, source code improvements, improved to cancel restrictions can only be compressed to 160* 160 to cut)
    2012-12-13 15:20:19下载
    积分:1
  • noise
    说明:  对用声级计测得的交通噪声级进行分析和处理,包括图形的显示(Right to use sound level meter measured the traffic noise level of analysis and processing, including the graphical display of)
    2010-03-20 10:17:37下载
    积分:1
  • gauss-gamma窗函数
    写成gauss-gamma双窗函数,计算含有相干斑噪声的sar图像的梯度(The gauss-gamma double window function is used to calculate the gradient of the SAR image with the speckle noise)
    2018-03-13 16:31:22下载
    积分:1
  • PCA+FCM
    利用PCA和模糊C均值相结合的方法实现图象的聚类(Using PCA and fuzzy C-means method of combining images to achieve the clustering)
    2008-03-28 09:11:33下载
    积分:1
  • 批量片合并源码
    批量图片合并源码
    2016-06-03下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 32今日下载