登录
首页 » matlab » richter-master

richter-master

于 2021-02-20 发布 文件大小:41KB
0 320
下载积分: 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 个回复

  • canny
    canny边缘检测的步骤: 1,生成高斯核,与图像做卷积 2,计算梯度图像 3,非极大值抑制 4,双阈值法和连接边缘(Canny edge detection steps: 1, Generate Gaussian kernel, convolution with the image 2, calculate the gradient image 3, non-maximal inhibition 4, double threshold method and connect the edge)
    2017-11-28 19:31:27下载
    积分:1
  • tuxingbianhuan
    用c++编写的三维图像变换的源代码,也是计算机图像学中经常要学习的一种变换。(Transform the source code written in c++ three-dimensional images, but also often have to learn a transformation in the computer iconography.)
    2012-05-24 16:00:54下载
    积分:1
  • EdgeDetecion
    亚像素边缘检测,基于zernike 灰度矩,实现精度可达0.05个pixel(sub-pixel edge detect)
    2021-04-02 14:19:07下载
    积分:1
  • fluent 中蒸发的udf
    相变凝结蒸发,源项vof-udf,定义连续性方程,能量方程,动量方程中的质量源项,能量源项和动量源项(condensation and evaporation)
    2021-04-16 20:38:53下载
    积分:1
  • CO_SUT
    计算机图形学 c语言实现的直线段裁剪算法(Computer graphics c language to achieve a straight line segment clipping algorithm)
    2007-11-13 16:36:11下载
    积分:1
  • hongmo3
    可以看到圆心坐标和半径参数,在坐标中画出这个圆,编写画圆函数(You can see the center coordinates and the radius parameters, draw the circle in the coordinates, write the function to draw the circle)
    2019-04-01 14:11:36下载
    积分:1
  • ZKL_classifier_final
    说明:  基于高光谱数据集PaviaU的数据降维与分类,基于核函数的主成分分析kpca测试(Dimension reduction and classification based on hyperspectral data set paviau, KPCA test based on kernel function principal component analysis)
    2020-02-27 14:45:32下载
    积分:1
  • DDBOpen-show-save
    DDB 图像编程 实现图像的打开,保存,显示,一般处理等功能(DDB image programming to achieve the image open, save, display, general processing and other functions)
    2013-09-15 11:34:36下载
    积分:1
  • KeyFrameDiff
    我的毕业设计,用matlab编的关键帧提取的代码,参考了光流法的代码。是基于帧差的欧式距离,均值,方差,差异系数下的关键帧提取。代码调试通过,运行结果理想,与大家分享下。(I graduated from design, matlab key frame extraction for the code, with reference to code optical flow method. Frame difference is based on the Euclidean distance, the mean, variance, difference coefficient under the key frame extraction. Debugging through the code, run the results are satisfactory, the next to share with you.)
    2021-03-25 14:49:14下载
    积分:1
  • 鱼眼几何模型校正入门实验Matlab
    一种鱼眼镜头校正算法的MATLAB实现,附论文及源代码(A MATLAB implementation of fisheye lens correction algorithm)
    2017-09-12 13:39:13下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载