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

Image-Classification-master

于 2021-03-30 发布 文件大小:10728KB
0 226
下载积分: 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 个回复

  • Subpixel-level-corner-
    就用利用OPENCV亚像素级角点检测,这个方法对于初学代码程序的人来说很实用(On the use of the use of sub-pixel OPENCV corner detection, this method code program for the beginner who is very practical)
    2015-09-08 21:46:15下载
    积分:1
  • 拟合测量
    说明:  E:
    2019-01-10 23:33:57下载
    积分:1
  • fingerprint-OF-estimation
    一种像素级指纹方向场估计算法以及对应的像素级奇异点检测算法。(A pixel-level orentation field estimation algorithm and the corresponding singular point detection method.)
    2013-12-30 19:26:56下载
    积分:1
  • process
    该程序可以对图像进行二值化处理,提取边缘点坐标。(The program can be two-valued image processing, extraction of the edge point coordinates.)
    2020-07-08 11:28:57下载
    积分:1
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • FOAGSD2
    数字图像处理代码,包括二值化,平滑,边缘检测等(Digital image processing code, including the binarization, smoothing, edge detection and so on)
    2017-05-07 16:43:07下载
    积分:1
  • Motion-compensation-for-image-coding
    对于图像运动补偿的编码,老师给的源程序,很好用(Motion compensation for image coding, the teacher to the source, easy to use)
    2020-07-03 01:40:01下载
    积分:1
  • MATLABPPC
    Matlab软件应用图形图像处理函数与c语言联合编程(Matlab software application graphics image processing function and c language programming combined )
    2012-12-20 17:07:19下载
    积分:1
  • C# 屏幕截、抓工具 附完整源代码下载
    涉及功能点:移动选区 调整大小 放大镜 通知观察者 热键
    2013-02-25下载
    积分:1
  • xihua
    图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
    2014-07-07 16:21:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载