登录
首页 » matlab » LTP是LBP的改进,可以更好的提取纹理特征ProjetoPDI-master

LTP是LBP的改进,可以更好的提取纹理特征ProjetoPDI-master

于 2018-05-13 发布 文件大小:122KB
0 190
下载积分: 1 下载次数: 13

代码说明:

  LTP是LBP的改进,可以更好的提取纹理特征(The LTP is more efficent than LBP)

文件列表:

ProjetoPDI-master, 0 , 2014-06-28
ProjetoPDI-master\.gitignore, 8 , 2014-06-28
ProjetoPDI-master\README.md, 40 , 2014-06-28
ProjetoPDI-master\compute_gradient.m, 1120 , 2014-06-28
ProjetoPDI-master\drltp.m, 2125 , 2014-06-28
ProjetoPDI-master\get_blocks.m, 1374 , 2014-06-28
ProjetoPDI-master\get_true_locations.m, 3900 , 2014-06-28
ProjetoPDI-master\get_windows.m, 1201 , 2014-06-28
ProjetoPDI-master\image_histogram.m, 2441 , 2014-06-28
ProjetoPDI-master\img_hist.txt, 59177 , 2014-06-28
ProjetoPDI-master\lambda_hldlbp.m, 327 , 2014-06-28
ProjetoPDI-master\lambda_hudlbp.m, 326 , 2014-06-28
ProjetoPDI-master\lbp.m, 2680 , 2014-06-28
ProjetoPDI-master\lbp_out.png, 2674 , 2014-06-28
ProjetoPDI-master\load_images.m, 1681 , 2014-06-28
ProjetoPDI-master\loadbin.m, 485 , 2014-06-28
ProjetoPDI-master\loadimg.m, 468 , 2014-06-28
ProjetoPDI-master\ltp.m, 1284 , 2014-06-28
ProjetoPDI-master\octave-core, 3038258 , 2014-06-28
ProjetoPDI-master\relatorio_renan.tex, 8462 , 2014-06-28
ProjetoPDI-master\report.aux, 1817 , 2014-06-28
ProjetoPDI-master\report.pdf, 80958 , 2014-06-28
ProjetoPDI-master\report.tex, 17700 , 2014-06-28
ProjetoPDI-master\resultados teste janelas RLTP.txt, 362 , 2014-06-28
ProjetoPDI-master\resultados teste janelas.txt, 162 , 2014-06-28
ProjetoPDI-master\run_svm.m, 687 , 2014-06-28
ProjetoPDI-master\sigma_hldlbp.m, 394 , 2014-06-28
ProjetoPDI-master\sigma_hudlbp.m, 393 , 2014-06-28
ProjetoPDI-master\svm_classify_img.m, 744 , 2014-06-28
ProjetoPDI-master\svm_classify_windows.m, 694 , 2014-06-28
ProjetoPDI-master\svm_output.txt, 68866 , 2014-06-28
ProjetoPDI-master\svm_output_LTP.txt, 6469 , 2014-06-28
ProjetoPDI-master\svm_output_RLTP.txt, 6470 , 2014-06-28
ProjetoPDI-master\svm_train.m, 530 , 2014-06-28
ProjetoPDI-master\test_image.m, 1558 , 2014-06-28
ProjetoPDI-master\test_true.m, 885 , 2014-06-28
ProjetoPDI-master\uniform_patterns.m, 603 , 2014-06-28

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

发表评论

0 个回复

  • emd
    用matlab做EMD分解,进行故障诊断(matlab to do EMD)
    2021-01-18 15:28:43下载
    积分:1
  • s24
    design of electric machines by mec
    2013-10-26 01:36:24下载
    积分:1
  • a
    说明:  codes for matlab . .
    2011-02-22 13:27:56下载
    积分:1
  • No_Speedsensor_vc
    基于无速度传感器的异步电机调速系统,运用电流来合成磁链,控制方法是转子磁链定向。采用电流滞环控制,电网电压380V,转矩最大达30N.m。波形效果不错。(Based on speed sensorless induction motor speed control system, using current flux synthesis method for controlling the rotor flux orientation. Use current hysteresis control, grid voltage 380V, maximum torque of 30N.m. Waveform good results.)
    2015-09-28 17:53:19下载
    积分:1
  • kalman
    该函数实现标准的卡尔曼滤波算法,用于状态估计,目标跟踪(kalman filter)
    2011-10-05 11:45:01下载
    积分:1
  • total
    matlab 隐写和隐写分析代码 由LFSR生成密钥的函数~可以实现正向隐写与逆向隐写分析 估计嵌入率 ~注解详细(matlab steganography and steganalysis forward steganography reverse function to generate a key code plus LFSR the steganalysis estimated embedding rate to comments in detail)
    2012-11-20 16:02:39下载
    积分:1
  • Won06AIDS
    Matlab toolbox neural network function neural network 06b AIDS on neural network toolbox
    2007-09-22 13:19:18下载
    积分:1
  • otsu
    OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.
    2009-03-17 17:57:51下载
    积分:1
  • exa070904_remezord_2
    切比雪夫最佳一致逼近设计多带线性相位FIR滤波器(Chebyshev best uniform approximation design multi-band linear phase FIR filter)
    2013-09-14 22:39:17下载
    积分:1
  • sicfig
    利用MATLAB绘制北极海冰密集度图,海冰密集度0—100 (海冰密集度数据下载NSIDC)(Draw the intensity map by MATLAB Hai Bing, Hai Bing (Hai Bing 0- 100 intensive intensive data download NSIDC))
    2020-11-04 19:39:51下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载