登录
首页 » matlab » ncut_multiscale_1_4

ncut_multiscale_1_4

于 2020-10-29 发布 文件大小:592KB
0 206
下载积分: 1 下载次数: 328

代码说明:

  ncut分割算法matlab代码,实现图像分割的较好的方法(ncut segmentation algorithm Matlab code to achieve a better image segmentation methods)

文件列表:

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

  • opencv算法(softskin.cpp)
    opencv图像处理算法
    2020-12-01下载
    积分:1
  • matlab.thresholding-master
    说明:  在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
    2019-04-14 15:41:02下载
    积分:1
  • wpf做的 简易OA系统源码下载 Sqlce数据库
    登录账号 admin  密码 111111  wpf做的 oa系统,用的 sqlce数据库
    2015-01-24下载
    积分:1
  • 用Python语言实现Poisson Image Editing(泊松编辑)算法
    用Python语言实现Poisson Image Editing(泊松图像编辑)算法(implementation of Poisson Image Editing algorithm with python.)
    2020-07-05 00:00:02下载
    积分:1
  • two_chaotic image encryption
    经过二维混沌序列构成的相位板的双随机相位系统再经过菲涅尔变换后得到的加密解密(Encryption and decryption after Fresnel transformation of the double-random phase system of a phase plate composed of two-dimensional chaotic sequence)
    2018-05-09 17:21:32下载
    积分:1
  • yansejiansuo
    基于颜色特征的图像检索系统,,做 了GUI节目,直观(Color-based Image Retrieval System, made a GUI program, intuitive)
    2011-05-21 18:28:10下载
    积分:1
  • Autocorrelation
    用微分自相关法实现运动模糊图像模糊参数估计的功能,是目前较少公布的微分自相关法实现模糊参数估计。(Autocorrelation method with a differential image to achieve motion blur blur parameter estimation function, the differential is less published method fuzzy autocorrelation parameter estimation.)
    2011-12-28 10:46:55下载
    积分:1
  • 手写识别
    说明:  在matlab的gui中画出手写数字识别的gui(Draw the GUI of handwritten numeral recognition in the GUI of MATLAB)
    2020-03-30 20:09:29下载
    积分:1
  • Motor_control
    耦合发电机系统的自适应控制与同步以及变形耦合发电机系统中的混沌控制(Coupled generator system of adaptive control coupled with the synchronous generator system, as well as deformation of chaos control)
    2020-12-11 11:19:17下载
    积分:1
  • 11
    说明:  已知质量阻尼弹簧系统的运动微分方程,求系统何时达到稳定,并画出位移时间变化曲线(Known mass damper spring system equations of motion, seeking when the system reaches stability, and draw the displacement-time curve)
    2013-06-26 12:42:52下载
    积分:1
  • 696518资源总数
  • 105651会员总数
  • 15今日下载