登录
首页 » matlab » ncut_multiscale_1_4

ncut_multiscale_1_4

于 2008-04-30 发布 文件大小:562KB
0 207
下载积分: 1 下载次数: 147

代码说明:

  图像分割算法,包括matlab代码,说明文档和运行结果截图(Image segmentation algorithms, including the matlab code, documentation and operating results screenshot)

文件列表:

ncut_multiscale_1_4
...................\computeParametersLayers.m
...................\computeParametersW.m
...................\discretisation.m
...................\init.m
...................\ncut_multiscale.m
...................\README.pdf
...................\script_ncut_multiscale.m
...................\script_ncut_multiscale_timing.m
...................\util
...................\....\Affinity.cpp
...................\....\Affinity_F.cpp
...................\....\Affinity_hist.cpp
...................\....\Affinity_IC.cpp
...................\....\Affinity_multiscale.cpp
...................\....\Affinity_multiscale_hist.cpp
...................\....\Affinity_multiscale_option.cpp
...................\....\arrow.m
...................\....\a_times_b_cmplx.cpp
...................\....\changeExt.m
...................\....\cimgnbmap_lower.cpp
...................\....\cimgnbmap_lower.dll
...................\....\cimgnbmap_lower.mexa64
...................\....\cimgnbmap_lower.mexglx
...................\....\clusteringBasic.m
...................\....\compileDir.m
...................\....\computeConstraintFromClasses.m
...................\....\computeKFirstEigenvectors.m
...................\....\computeLocationFromConstraints.m
...................\....\computeMultiscaleConstraints.m
...................\....\computeMultiscaleConstraint_1scale.m
...................\....\computeMultiscaleW.m
...................\....\computeNcutConstraint_projection.m
...................\....\computeW_1scale.m
...................\....\computeW_1scale_1channel.m
...................\....\compute_good_fft_dim.m
...................\....\compute_W_C_multiscale.m
...................\....\correlation2d.m
...................\....\dir2.m
...................\....\doog1.m
...................\....\doog2.m
...................\....\eigs_optimized.m
...................\....\gaussian.m
...................\....\getDefaultOptionsEigs.m
...................\....\imread2.m
...................\....\make_filterbank_even2.m
...................\....\make_filterbank_odd2.m
...................\....\mex_affinity_option.cpp
...................\....\mex_affinity_option.dll
...................\....\mex_affinity_option.mexa64
...................\....\mex_affinity_option.mexglx
...................\....\mex_aux.m
...................\....\mex_computeRowSum.cpp
...................\....\mex_computeRowSum.dll
...................\....\mex_computeRowSum.mexa64
...................\....\mex_computeRowSum.mexglx
...................\....\mex_constraint_classes.cpp
...................\....\mex_constraint_classes.dll
...................\....\mex_constraint_classes.mexa64
...................\....\mex_constraint_classes.mexglx
...................\....\mex_extractMaxima.cpp
...................\....\mex_extractMaxima.dll
...................\....\mex_extractMaxima.mexa64
...................\....\mex_extractMaxima.mexglx
...................\....\mex_math.cpp
...................\....\mex_matrix_op_repmat_vector.cpp
...................\....\mex_matrix_op_repmat_vector.dll
...................\....\mex_matrix_op_repmat_vector.mexa64
...................\....\mex_matrix_op_repmat_vector.mexglx
...................\....\mex_neighborW.cpp
...................\....\mex_neighborW.dll
...................\....\mex_neighborW.mexa64
...................\....\mex_neighborW.mexglx
...................\....\mex_normalizeColumns.cpp
...................\....\mex_normalizeColumns.dll
...................\....\mex_normalizeColumns.mexa64
...................\....\mex_normalizeColumns.mexglx
...................\....\mex_projection_QR_symmetric.cpp
...................\....\mex_projection_QR_symmetric.dll
...................\....\mex_projection_QR_symmetric.mexa64
...................\....\mex_projection_QR_symmetric.mexglx
...................\....\mex_silent.m
...................\....\mex_util.cpp
...................\....\mex_w_times_x_symmetric_tril.cpp
...................\....\mex_w_times_x_symmetric_tril.dll
...................\....\mex_w_times_x_symmetric_tril.mexa64
...................\....\mex_w_times_x_symmetric_tril.mexglx
...................\....\mex_XindicatorTimesX.cpp
...................\....\mex_XindicatorTimesX.dll
...................\....\mex_XindicatorTimesX.mexa64
...................\....\mex_XindicatorTimesX.mexglx
...................\....\normalizeW_D.m
...................\....\quadedgep_optimized.m
...................\....\rescaleImage.m
...................\....\roundLimit.m
...................\....\spmtimesd.cpp
...................\....\spmtimesd.dll
...................\....\spmtimesd.mexa64
...................\....\spmtimesd.mexglx
...................\....\sub2ind2.m

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

发表评论

0 个回复

  • wenli
    说明:  基于灰度共生矩阵的纹理特征提取方法实现目标的识别(Gray-level co-occurrence matrix based texture feature extraction methods to achieve the target identification)
    2009-08-02 11:20:29下载
    积分:1
  • VolumiFiniti
    有限体积法,解决蒸发器的热传递问题,提供外形仿真,模板仿真,以及算法的开发,易于使用(Finite volume method to solve the evaporator heat transfer problems)
    2015-07-18 23:58:06下载
    积分:1
  • colorimginfusion
    一种基于小波分析的彩色图像融合方法,需要同一场景的红外与夜视各一张,同时选取任意场景合适的彩色照片作为参考图像(A color image fusion method based on wavelet analysis, infrared and night vision needs each one of the same scene, the scene at the same time any suitable color photo as a reference image)
    2015-10-14 22:22:50下载
    积分:1
  • OI
    说明:  单目视觉中的位姿估算代码,基于正交迭代的OI算法,含有主程序和test代码,test代码可以看到位姿估算解的精度(Monocular vision pose estimation code, orthogonal iterative algorithm based OI, containing the main program and test the code, test code can see the accuracy of pose estimation Solutions)
    2015-11-22 18:34:46下载
    积分:1
  • 腐蚀与膨胀
    说明:  自己编写的图像腐蚀与膨胀matlab代码,经试验证明与matlab中自带的腐蚀和膨胀函数运行效果相同,可供初学图像处理的同学参考使用。(The image corrosion and expansion matlab code written by myself has been proved to be the same as the corrosion and expansion function of the matlab. It can be used by students who are ready for beginner image processing.)
    2021-01-13 14:48:48下载
    积分:1
  • Information-Hiding-Technology-
    信息隐藏技术实验教程 源代码 武汉大学出版社出版(Information Hiding Technology Experiment tutorial source code Wuhan University Press)
    2021-03-13 14:29:24下载
    积分:1
  • ISARcode
    说明:  ISAR成像例程,对Yak42飞机数据经过包络对齐和相位校正后进行成像。(The ISAR imaging routine images the Yak42 aircraft data after envelope alignment and phase correction.)
    2021-04-16 10:28:54下载
    积分:1
  • MSER-algorithm
    MSER算法的实现,功能齐全,思路清晰!值得研究图像处理的人员参考!(MSER algorithm implemented, the function is all ready, clearthinking! )
    2011-07-05 10:21:39下载
    积分:1
  • WQ_matting_imerode
    自己修改的基于closed-form的程序,对外国程序在时间上有两倍的改善,能对在复杂背景下的图片,通过画一些简单的前景线,背景线,抠图出前景(it is about matting foreground when the interested ared is located under complixed background,and then choosing some other beautiful background,you can create new image,which brings you some special feelings.thanks.)
    2010-10-21 17:28:55下载
    积分:1
  • sanzhenchafenfa
    视频图像处理,采用三帧差分法进行视频前景和背景的分离(Video image processing, inter-frame difference method of separating the foreground and background video)
    2014-11-02 14:17:56下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载