登录
首页 » matlab » richter-master

richter-master

于 2021-02-20 发布 文件大小:41KB
0 370
下载积分: 1 下载次数: 35

代码说明:

  使用cnn + svm的分类,结果运行不错(Using CNN + SVM classification, the result runs pretty well.)

文件列表:

richter-master, 0 , 2016-11-10
richter-master\SVM_retrieve.m, 4567 , 2016-11-10
richter-master\SVM_retrieve_classify.m, 6994 , 2016-11-10
richter-master\checkMaps.m, 3217 , 2016-11-10
richter-master\clusterBoxes.m, 4596 , 2016-11-10
richter-master\clusterBoxes_CNN.m, 4768 , 2016-11-10
richter-master\colorHistogram.m, 344 , 2016-11-10
richter-master\colorlbp.m, 183 , 2016-11-10
richter-master\edgeExample.m, 655 , 2016-11-10
richter-master\findMissingFile.m, 820 , 2016-11-10
richter-master\lbp.m, 6280 , 2016-11-10
richter-master\main.m, 1599 , 2016-11-10
richter-master\makeDir.m, 209 , 2016-11-10
richter-master\normalize.m, 159 , 2016-11-10
richter-master\overfeat.m, 2010 , 2016-11-10
richter-master\putAverages.m, 1494 , 2016-11-10
richter-master\randomGenerator.m, 84824 , 2016-11-10
richter-master\randomGenerator2.m, 479 , 2016-11-10
richter-master\readfilelist.m, 445 , 2016-11-10
richter-master\retrieve.m, 1935 , 2016-11-10
richter-master\sample.m, 387 , 2016-11-10
richter-master\saveCNNFeatures.m, 1211 , 2016-11-10
richter-master\saveCNNFeaturesFromBoxes.m, 1733 , 2016-11-10
richter-master\saveConfusion.m, 352 , 2016-11-10
richter-master\saveFeatures.m, 1525 , 2016-11-10
richter-master\saveFeaturesFromBoxes.m, 2256 , 2016-11-10
richter-master\shortenFileNames.m, 987 , 2016-11-10
richter-master\svmClassify.m, 7344 , 2016-11-10
richter-master\svmClassify_new.m, 7685 , 2016-11-10
richter-master\svmClassify_new_viewMaps.m, 8285 , 2016-11-10
richter-master\svmClassify_old.m, 7736 , 2016-11-10
richter-master\test.m, 6574 , 2016-11-10
richter-master\testOverfeat.m, 832 , 2016-11-10
richter-master\test_BOW_new.m, 4134 , 2016-11-10
richter-master\test_SVM.m, 6461 , 2016-11-10
richter-master\test_SVM_new.m, 6676 , 2016-11-10
richter-master\test_new.m, 6663 , 2016-11-10
richter-master\tinyImage.m, 247 , 2016-11-10
richter-master\viewCNNFeatures.m, 1180 , 2016-11-10

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

发表评论

0 个回复

  • meanshift
    基于meanshift算法最全面的资料收集,是本人长期收集该算法的结晶,里面有均值漂移算法的word文档,PPT资料,基于meanshift的目标跟踪算法(MATLAB),还有相应的文章,下了绝不后悔,将心比心,互惠互利。(Meanshift algorithm based on the most comprehensive data collection, is a long time, I collected the crystallization of the algorithm, which has mean-shift algorithm word document, PPT data, meanshift target tracking algorithm based on (MATLAB), there is a corresponding article, in no way under the regret, Care, and mutual benefits.)
    2020-06-25 22:40:02下载
    积分:1
  • object-tracking-based-on-TOD
    基于纹理和边缘方向特征融合的目标跟踪程序代码,是基于mean shift框架的(This paper proposes a powerful and robust local descriptor,called textureorientation descriptor(TOD). TOD consists of two components: texture and orientation. Considering that the human shape shows more short, fragmentary and vertical edges, the proposed TOD descriptor encodes the spatial information of pedestrian image. We combine the proposed TOD representation model with mean shift framework to perform pedestrian tracking. Results from experiments show the improved performance of the proposed algorithm, in the scenarios of heavy occlusions, illumination variations and similar objects interference, when compared with the other descriptors based trackers.)
    2012-09-01 14:28:50下载
    积分:1
  • 基于MATLAB的面积测量方法
    用MATLAB实现不规则图像的面积测量,采用像素灰度值的占比进行实现(Area Measurement of Irregular Images Using MATLAB)
    2020-11-06 17:49:49下载
    积分:1
  • Four-Appraisal-Indexes
    计算图像的平均梯度,边缘强度,信息熵以及方差,图像质量评价(The average gradient calculation image, edge strength, entropy and variance, image quality assessment)
    2016-05-19 10:08:56下载
    积分:1
  • YALL1-v1.3
    求解L1范数最小化问题的凸优化工具包,共含有6个模型的求解方法(Solving the L1-norm minimization problem of convex optimization toolkit contains a total of six methods of solving the model)
    2011-11-08 10:29:26下载
    积分:1
  • mfcc-lpcc
    语音特征提取代码,提取mfcc和lpcc。(Speech feature extraction code, and extract mfcc lpcc.)
    2016-10-26 15:17:35下载
    积分:1
  • 4
    说明:  程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 (some imageprocessing sourcecode)
    2010-04-08 12:09:58下载
    积分:1
  • 2
    说明:  Research on TDOA / AOA Hybrid Positioning System Based on Kalman filtering
    2012-08-26 10:57:34下载
    积分:1
  • new_metric_matlab_code
    基于活动轮廓模型的图像分割算法,具体算法细节,可以见压缩包中的论文(Based on Active Contour Model of image segmentation algorithm, the details of the specific algorithm, you can see the archive of papers)
    2009-12-23 09:53:50下载
    积分:1
  • 模拟闪变仪 IEC1
    模拟闪变仪,用于检测电压波动与闪变,满足IEC推荐的平方检测法。(Analog Flickermeter for detecting a voltage fluctuation and flicker, meet IEC square detection method recommended.)
    2015-09-29 22:26:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载