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

Image-Classification-master

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

  • em.zip
    说明:  EM算法概述,用来进行图像重采样检测的代码(EM algorithm overview)
    2021-04-25 17:18:46下载
    积分:1
  • a-weihted-blind-SR
    利用加权矩阵的盲超分辨率方法重建出一幅高分辨率的图像(The weighted matrix method of blind super-resolution reconstruction of a high-resolution image)
    2011-08-12 15:35:59下载
    积分:1
  • Mumford
    用水平集(level set)方法和mumford-shah图像分割模型的图像分割matlab源代码(Mumford functional for segmentation and level sets.)
    2010-11-03 16:45:36下载
    积分:1
  • universal_index
    图像质量评价指标,是这篇文章“a universial image quality index”的源代码 (Image quality evaluation, the article " a universial image quality index" of source code)
    2012-08-14 10:01:33下载
    积分:1
  • 经典边缘检测
    使用经典边缘检测算子进行边缘检测,加入噪声的图像边缘检测结果和未加噪声的图像检测结果进行对比分析,默认阈值设置的图像检测结果和手动设置阈值的图像检测结果进行对比(Edge detection using classical edge detection operator)
    2021-04-09 19:58:59下载
    积分:1
  • slam
    说明:  视觉slam十四讲,程序资料:g2o优化、cere拟合、特征点提取与匹配、点云拼接、opencv图像读取(Visual slam 14, program data: g2o optimization, cere fitting, feature point extraction and matching, point cloud mosaic, OpenCV image reading)
    2019-03-06 09:03:10下载
    积分:1
  • 1.6 尺度不变特征提取
    说明:  1.6尺度不变特征提取,内附代码和文件说明,实证可用(1.6 Scale invariant feature extraction, enclosed code and document description, the empirical results are available.)
    2019-02-28 20:38:35下载
    积分:1
  • GEI
    求质心到图像轮廓边缘的距离,并将其用figure表示出来(The distance from the center of mass to the edge of the image contour)
    2021-03-22 10:59:17下载
    积分:1
  • Motion-detection-of-contour-search
    基于轮廓来寻找流动部分,效果不是很好,但是还可以拿来用(Based on the outline to find the flow part, the effect is not very good, but also can be used with)
    2015-11-16 16:33:31下载
    积分:1
  • Panoramic-image-mosaic
    本案例采用基于块匹配的图像拼接流程来执行拼接操作,载入图片文件夹来作为待拼接对象,通过进行图片序列的匹配、融合来得到拼接效果,并分别对灰度图像、彩色图像进行处理。(This case is based on block matching process to perform image stitching splicing operation, load images folder as an object to be spliced, by matching the fusion image sequence to get the mosaic effect, respectively, on the gray image, color image processing .)
    2016-12-08 10:45:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载