登录
首页 » matlab » Ncut_SVM

Ncut_SVM

于 2008-11-11 发布 文件大小:34030KB
0 167
下载积分: 1 下载次数: 2

代码说明:

说明:  此源码可对图像进行Ncut分割,并且集成了特征提取和SVM分类的功能。(This source can be Ncut image segmentation, and integrates the feature extraction and SVM classification function.)

文件列表:

基于Ncut分割和SVM分类的源码
...........................\bianyuan.m
...........................\chip_histogram_features.asv
...........................\chip_histogram_features.m
...........................\common_files
...........................\............\a_times_b_cmplx.dll
...........................\............\a_times_b_cmplx.mexglx
...........................\............\a_times_b_cmplx.mexmac
...........................\............\discretisation.m
...........................\............\discretisationEigenVectorData.asv
...........................\............\discretisationEigenVectorData.m
...........................\............\eigs2.m
...........................\............\mex_w_times_x_symmetric.dll
...........................\............\mex_w_times_x_symmetric.mexglx
...........................\............\mex_w_times_x_symmetric.mexmac
...........................\............\ncut.asv
...........................\............\ncut.m
...........................\............\ncutW.asv
...........................\............\ncutW.m
...........................\............\sparsifyc.dll
...........................\............\sparsifyc.mexglx
...........................\............\sparsifyc.mexmac
...........................\............\spmtimesd.dll
...........................\............\spmtimesd.mexglx
...........................\............\spmtimesd.mexmac
...........................\Data_test.mat
...........................\data_test_temp.mat
...........................\Data_train.mat
...........................\getrangefromclass.m
...........................\graycomatrix.m
...........................\graycoprops.m
...........................\huidugongsheng.asv
...........................\huidugongsheng.m
...........................\iptcheckinput.dll
...........................\iptcheckinput.m
...........................\iptchecknargin.m
...........................\iptcheckstrs.m
...........................\Ldx_Main.asv
...........................\Ldx_Main.m
...........................\main.m
...........................\main_zhuchengxu.asv
...........................\main_zhuchengxu.m
...........................\specific_NcutImage_files
...........................\........................\affinityic.c
...........................\........................\affinityic.dll
...........................\........................\affinityic.mexglx
...........................\........................\affinityic.mexmac
...........................\........................\a_times_b_cmplx.c
...........................\........................\cimgnbmap.c
...........................\........................\cimgnbmap.dll
...........................\........................\cimgnbmap.mexglx
...........................\........................\cimgnbmap.mexmac
...........................\........................\computeEdges.asv
...........................\........................\computeEdges.m
...........................\........................\computeW.asv
...........................\........................\computeW.m
...........................\........................\doog1.asv
...........................\........................\doog1.m
...........................\........................\doog2.asv
...........................\........................\doog2.m
...........................\........................\fft_filt_2.m
...........................\........................\gaussian.m
...........................\........................\ICgraph.asv
...........................\........................\ICgraph.m
...........................\........................\imread_ncut.asv
...........................\........................\imread_ncut.m
...........................\........................\jpg_images



...........................\........................\..........\Thumbs.db
...........................\........................\make_filterbank_even2.m
...........................\........................\make_filterbank_odd2.m
...........................\........................\mex_w_times_x_symmetric.c
...........................\........................\NcutImage.m
...........................\........................\quadedgep.m
...........................\........................\showmask.m
...........................\........................\sparsifyc.c
...........................\........................\spmtimesd.c
...........................\svm
...........................\...\cmap.mat
...........................\...\Contents.m
...........................\...\demo
...........................\...\....\c_clademo.m
...........................\...\....\c_lindemo.m
...........................\...\....\c_poldemo.m
...........................\...\....\c_rbfdemo.m
...........................\...\....\c_svcdemo.m
...........................\...\....\DemoData_class.mat
...........................\...\....\DemoData_test.mat
...........................\...\....\DemoData_train.mat
...........................\...\....\one_rbfdemo.m
...........................\...\....\osusvmdemo.m
...........................\...\....\SVMClassifier.mat
...........................\...\....\u_clademo.m
...........................\...\....\u_lindemo.m
...........................\...\....\u_poldemo.m
...........................\...\....\u_rbfdemo.m
...........................\...\....\u_svcdemo.m
...........................\...\demos.m

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

发表评论

0 个回复

  • Glcm-untitled
    基于图像灰度共生矩阵的特征提取代码,程序实现0 45 90 135度4个方向的特征提取(GLCM based on image feature extraction code, the program achieved 04,590,135 degrees in four directions of the feature extraction)
    2011-11-08 16:25:21下载
    积分:1
  • dazhenshu
    用大整数乘法来计算两个n位二进制数相乘(With large integer multiplication to calculate the multiplication of two n-bit binary number)
    2010-12-31 00:20:19下载
    积分:1
  • psnr
    用来计算水印算法中的psnr值,非常好用一直在用这个(Watermarking algorithm used to calculate the value of psnr, very easy to use )
    2011-07-14 15:44:31下载
    积分:1
  • C# SCADA源码修复
    C# SCADA源码修复,完全可用
    2020-12-01下载
    积分:1
  • R2007test_walsh
    说明:  采用walsh进行处理,所得图片效果比较理想(Processed by walsh, results from the ideal image)
    2011-03-08 09:39:08下载
    积分:1
  • SheikhIP
    Image processing functions: Gamma correction Contrast stretching histogram equalization
    2012-09-16 03:22:15下载
    积分:1
  • QuickCam
    实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification. )
    2014-01-20 14:16:39下载
    积分:1
  • pcadenoise
    矩阵 pca或者低秩方法去噪,利用svd分解,实现对图像矩阵的去噪,该方法支持对rgb图像的去噪。使用代码请 文章中表明出处,感谢。 感谢重庆市研究生科研创新项目支持,项目号CYS16183(image denoise by low-rand regularizer or pca method. the low rank is evaluted by svd, and this method is also support for rgb image.)
    2020-09-18 19:57:55下载
    积分:1
  • saliency-object-or-region-detection
    该文件夹包括代码及其对应的论文。其作用在于模拟人类视觉系统的生理特性--视觉注意机制,按照人眼观察外界的方式,检测视觉显著性物体和区域,并阐述了显著性区域的显著性密度和尺度之间的关系,可应用于生物视觉模拟、视觉目标检测、视觉目标跟踪、视觉智能监控,以及视觉生理学和视觉心理学等的研究中。(This document contains codes and the corresponding paper. The aim is to simulate a physiological characteristic of human visual system called visual attention mechanism. The code is used to detect salient objects or regions following the way human eye observes the world. The relation between density and scale of salient object/region is described. It has found widespread use in numerous applications such as biological vision simulation, visual object detection, visual object tracking, visual intelligent surveillance, visual physiological, and visual psychology.)
    2011-07-02 06:40:36下载
    积分:1
  • 快速双边滤波器,对双边滤波器进行的改进 FastBilateralFilter
    快速双边滤波器,对双边滤波器进行的改进,可以使用,对写论文的同学会有些帮助,可以参考看一下。(Rapid bilateral filter, to the improvement of bilateral filter, can be used, to write a paper of homecoming some help, you can refer to see.)
    2015-11-19 10:39:52下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载