登录
首页 » matlab » ncut_multiscale

ncut_multiscale

于 2010-01-15 发布 文件大小:592KB
0 259
下载积分: 1 下载次数: 84

代码说明:

  多尺度normalized cut分割的matlab代码 (Multiscale Normalized Cuts Segmentation Toolbox)

文件列表:

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 个回复

  • hop
    神经网络matlab实现各种hop(Hopfield)算法(hopfield,ANN)
    2009-04-23 21:53:12下载
    积分:1
  • PE
    说明:  PE是干旱模型中计算相对湿润度的算法,经过测试成功,适合混编!(PE is the drought model to calculate the relative moisture algorithm successfully tested, suitable for mixed!)
    2013-03-27 18:54:57下载
    积分:1
  • test
    此源码是我更改过的基于VFW(Video for Windows)的源码,使用了定时器能实时的显示图像,从网上可搜到原版源码,但是原版的功能是保存为一个文件,且不能实时显示,此版本虽然能显示,但感觉反应速度不是很快,没有基于DirectShow的程序更新速度快,不过在WM_PAINT消息处理里加while(1){capGrabFrame(ghWndCap) }刷新速度就快很多了,但是这样程序就进入死循环不能再处理其他消息,至于怎样改进,就靠读者你了。(This source is changed based on VFW (Video for Windows) source, using a timer to display real-time images from the Internet can be found to the original source, but original function is saved as a file, and can not be real-time display, Although this version can display, but feel the reaction rate is not fast, not based on DirectShow update speed, but in WM_PAINT message processing Riga while (1) {capGrabFrame (ghWndCap) } faster refresh rate on a lot, but this procedure to enter an infinite loop can not deal with other information, as to how to improve the reader to rely on you.)
    2011-12-26 17:13:03下载
    积分:1
  • 123124
    matlab程序设计的符号设计,有利于初学者了解MATLAB的编程思想与方法,使初学者快速入门(Matlab programming symbol design, be helpful for beginners to learn matlab programming thought and method, make the beginner quick start)
    2014-10-29 19:51:20下载
    积分:1
  • FDTD_2DTM
    MATLAB仿真2维TM模电磁波在真空中的传播(a 2d tm simulation of EM propagation in free space)
    2010-08-06 15:42:40下载
    积分:1
  • OceanAcoustic
    海洋声传播计算程序,包括ffp方法、pe方法、简正波方法、射线方法等(include ffp pe normal mode ray method)
    2010-11-12 16:36:42下载
    积分:1
  • 2797
    关于微弱信号跟踪的一篇相当好的论文,基于BACIX接收机的(A paper about tracking of weak GPS signal, based on BACIX receiver.)
    2011-11-18 15:16:25下载
    积分:1
  • Simu_Phase_1
    simulation plan de phase 1
    2013-05-11 04:11:50下载
    积分:1
  • MTF
    这是关于调制传递函数MTF如何处理卫星遥感图像的一个讲义,对图像进行复原,提高清晰度(This is the modulation transfer function MTF on how to deal with satellite remote sensing images of a lecture, image recovery, improve clarity)
    2007-07-31 12:10:08下载
    积分:1
  • matlabpro1
    用MATLAB实现图像轮廓提取的方法和效果(MATLAB image contour extraction methods and results)
    2007-05-10 19:08:43下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载