登录
首页 » matlab » Image-Classification-master

Image-Classification-master

于 2021-03-30 发布 文件大小:10728KB
0 213
下载积分: 1 下载次数: 108

代码说明:

  图像分类程序,此图像分类采用 SIFT + Kmeans 聚类的方法,然后调用 MLP 对其特征进行分类处理,速度实现比较快,正确率高(Image classification procedures, the use of this image classification method SIFT+ Kmeans clustering, and then call the MLP classification of its features, faster speed to achieve the correct rate)

文件列表:

Image-Classification-master
...........................\AdditionalResources
...........................\...................\Readme_3.txt,114,2014-01-17
...........................\...................\SURFmex-v2

...........................\...................\..........\common
...........................\...................\..........\......\gpusurf
...........................\...................\..........\......\.......\assert_macros.hpp,16340,2014-01-17
...........................\...................\..........\......\.......\CudaSynchronizedMemory.hpp,13025,2014-01-17
...........................\...................\..........\......\.......\GpuSurfDetector.hpp,9822,2014-01-17
...........................\...................\..........\......\.......\gpu_globals.h,5467,2014-01-17
...........................\...................\..........\......\surfoptions.m,616,2014-01-17
...........................\...................\..........\......\surfplot.m,673,2014-01-17
...........................\...................\..........\Contents.m,317,2014-01-17
...........................\...................\..........\cppmatrix.h,3180,2014-01-17
...........................\...................\..........\examples
...........................\...................\..........\........\gpu_test.m,1853,2014-01-17
...........................\...................\..........\........\panorama




...........................\...................\..........\........\........\estimate_projective4point.m,596,2014-01-17
...........................\...................\..........\........\........\estimate_projective_nonlinear.m,986,2014-01-17
...........................\...................\..........\........\........\estimate_projective_ransac.m,3732,2014-01-17
...........................\...................\..........\........\........\panorama.m,4623,2014-01-17
...........................\...................\..........\........\........\projective_distance2.m,346,2014-01-17
...........................\...................\..........\........\short_example.m,1719,2014-01-17
...........................\...................\..........\make.m,978,2014-01-17
...........................\...................\..........\mextiming.h,1822,2014-01-17
...........................\...................\..........\mexutils.h,2741,2014-01-17
...........................\...................\..........\mexw32
...........................\...................\..........\......\cv210.dll,2079232,2014-01-17
...........................\...................\..........\......\cxcore210.dll,2200064,2014-01-17
...........................\...................\..........\......\surfmatch.m,1072,2014-01-17
...........................\...................\..........\......\surfmatch.mexw32,14848,2014-01-17
...........................\...................\..........\......\surfpoints.m,1977,2014-01-17
...........................\...................\..........\......\surfpoints.mexw32,14336,2014-01-17
...........................\...................\..........\mexw64
...........................\...................\..........\......\cudpp64.dll,30881280,2014-01-17
...........................\...................\..........\......\gpusurf.dll,246272,2014-01-17
...........................\...................\..........\......\gpusurf.lib,8608,2014-01-17
...........................\...................\..........\......\opencv_calib3d211.dll,723456,2014-01-17
...........................\...................\..........\......\opencv_contrib211.dll,617472,2014-01-17
...........................\...................\..........\......\opencv_core211.dll,3441664,2014-01-17
...........................\...................\..........\......\opencv_features2d211.dll,760320,2014-01-17
...........................\...................\..........\......\opencv_highgui211.dll,1171456,2014-01-17
...........................\...................\..........\......\opencv_imgproc211.dll,2266624,2014-01-17
...........................\...................\..........\......\opencv_legacy211.dll,804864,2014-01-17
...........................\...................\..........\......\opencv_ml211.dll,552960,2014-01-17
...........................\...................\..........\......\opencv_objdetect211.dll,498688,2014-01-17
...........................\...................\..........\......\opencv_ts211.dll,278528,2014-01-17
...........................\...................\..........\......\opencv_video211.dll,626176,2014-01-17
...........................\...................\..........\......\surfmatch.m,1072,2014-01-17
...........................\...................\..........\......\surfmatch.mexw64,20480,2014-01-17
...........................\...................\..........\......\surfpoints.m,1977,2014-01-17
...........................\...................\..........\......\surfpoints.mexw64,19968,2014-01-17
...........................\...................\..........\......\surfpoints_gpu.mexw64,19968,2014-01-17
...........................\...................\..........\OpenCV win64.txt,624,2014-01-17
...........................\...................\..........\startup.m,125,2014-01-17
...........................\...................\..........\surfmatch.cpp,5975,2014-01-17
...........................\...................\..........\surfpoints.cpp,5601,2014-01-17
...........................\...................\..........\surfpoints_gpu.cpp,5546,2014-01-17
...........................\hist_generate.m,675,2014-01-17
...........................\ImageClassification.pdf,414695,2014-01-17
...........................\Readme.txt,749,2014-01-17
...........................\SIFT_classify.m,8047,2014-01-17
...........................\SURF_classify.m,23153,2014-01-17

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

发表评论

0 个回复

  • efficient_subpixel_registration
    说明:  此算法可以实现任意两个图像的配准(整体平移) (This algorithm can achieve any two image registration (the overall translation))
    2009-07-31 12:42:01下载
    积分:1
  • notchfilter
    陷波滤波器,可调节陷波频域位置,可调节陷波大小,函数,可直接调用,由高斯,理想,巴特沃斯组成。(notchfilter, which is suitable for digital image processing in frequency domain. Notch filter, adjustable notch frequency domain position, adjustable notch size, function, can be called directly, composed of Gauss, ideal, Butterworth.)
    2018-11-17 09:05:18下载
    积分:1
  • 去噪方法
    说明:  内含多种图像去噪的方法,包括高斯,椒盐噪声等问题(Contains a variety of image denoising methods, including Gaussian, salt and pepper noise and other issues)
    2021-04-06 09:25:45下载
    积分:1
  • guided-filter
    指导滤波,类似于双边滤波的效果,但是速度很快(guided filter)
    2020-12-30 21:08:59下载
    积分:1
  • refined_Lee_fliter
    基于LEE滤波的极化SAR去噪 matlab实现(jiyu lee lvbo jihua SAR matlab)
    2019-06-13 08:15:01下载
    积分:1
  • siftDemoV4
    sift匹配算法,来个Lowe的个人博客(sift match)
    2021-01-14 20:58:47下载
    积分:1
  • 去雾算法质量评价标准evaluation
    图像去雾算法质量评价标准:均值方差,峰值信噪比及平均梯度的源代码,还有引导滤波的完整源代码。(Image quality uation algorithm defogging criteria: mean and variance, the peak signal to noise ratio and average gradient of the source code, as well as guide the filter complete source code.)
    2020-07-17 10:48:49下载
    积分:1
  • surf
    这是一个surf特征匹配matlab程序,里面有实例和测试图像(This is a surf feature matching matlab program, there are examples and test images)
    2020-12-02 11:19:26下载
    积分:1
  • GaborTexture
    使用MFC以及Gabor小波处理进行图像的特征纹理提取(Using MFC and Gabor wavelet to extract texture features for image)
    2011-10-07 08:46:32下载
    积分:1
  • xihua
    细化。通过MATLAB对图像进行细化提取骨架处理,从而方便进行下一分析(Refinement zs appises the Zhang-Suen skeletonization algorithm to image IM. IM must be binary.)
    2009-06-01 15:07:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载