登录
首页 » matlab » lbp

lbp

于 2011-09-28 发布 文件大小:182KB
0 102
下载积分: 1 下载次数: 20

代码说明:

  Local Binary Pattern

文件列表:

lbp
...\data
...\....\gras





...\....\gravel





...\....\rock





...\....\stones





...\....\straw





...\....\test





...\....\test01.png

...\doc
...\...\allclasses-frame.html,1129,2011-03-22
...\...\allclasses-noframe.html,1049,2011-03-22
...\...\constant-values.html,5052,2011-03-22
...\...\de
...\...\..\florianbrucker
...\...\..\..............\ml
...\...\..\..............\..\lbp
...\...\..\..............\..\...\class-use
...\...\..\..............\..\...\.........\LBPDemo.html,5620,2011-03-22
...\...\..\..............\..\...\.........\LBPModel.html,7608,2011-03-22
...\...\..\..............\..\...\.........\LBPParameters.html,11033,2011-03-22
...\...\..\..............\..\...\.........\LBPSubModel.html,8061,2011-03-22
...\...\..\..............\..\...\LBPDemo.html,11887,2011-03-22
...\...\..\..............\..\...\LBPModel.html,26047,2011-03-22
...\...\..\..............\..\...\LBPParameters.html,20545,2011-03-22
...\...\..\..............\..\...\LBPSubModel.html,25231,2011-03-22
...\...\..\..............\..\...\package-frame.html,1208,2011-03-22
...\...\..\..............\..\...\package-summary.html,8039,2011-03-22
...\...\..\..............\..\...\package-tree.html,5946,2011-03-22
...\...\..\..............\..\...\package-use.html,6909,2011-03-22
...\...\deprecated-list.html,4988,2011-03-22
...\...\help-doc.html,9349,2011-03-22
...\...\index-files
...\...\...........\index-1.html,6449,2011-03-22
...\...\...........\index-10.html,6440,2011-03-22
...\...\...........\index-11.html,7072,2011-03-22
...\...\...........\index-12.html,6560,2011-03-22
...\...\...........\index-13.html,6620,2011-03-22
...\...\...........\index-14.html,6483,2011-03-22
...\...\...........\index-2.html,6594,2011-03-22
...\...\...........\index-3.html,6141,2011-03-22
...\...\...........\index-4.html,6268,2011-03-22
...\...\...........\index-5.html,7898,2011-03-22
...\...\...........\index-6.html,8579,2011-03-22
...\...\...........\index-7.html,12358,2011-03-22
...\...\...........\index-8.html,6227,2011-03-22
...\...\...........\index-9.html,7686,2011-03-22
...\...\index.html,1311,2011-03-22
...\...\overview-tree.html,5733,2011-03-22
...\...\package-list,25,2011-03-22
...\...\resources
...\...\.........\inherit.gif
...\...\stylesheet.css,1391,2011-03-22
...\src
...\...\de
...\...\..\florianbrucker
...\...\..\..............\ml
...\...\..\..............\..\lbp
...\...\..\..............\..\...\LBPDemo.java,4326,2011-03-22
...\...\..\..............\..\...\LBPModel.java,8125,2011-03-22
...\...\..\..............\..\...\LBPParameters.java,6281,2011-03-22
...\...\..\..............\..\...\LBPSubModel.java,11510,2011-03-22
...\...\..\..............\..\...\package.html,772,2011-03-22

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

发表评论

0 个回复

  • MalmquistLuenberger
    基于R程序的malmquist-luenberger 指数的计算源代码。(Malmquist- luenberger index calculation based on R program source code.)
    2020-08-23 14:07:46下载
    积分:1
  • union
    This program is used to find the union, intersection and exclusive OR for given two sorted arrays.
    2009-04-27 00:48:58下载
    积分:1
  • program3
    早期的圆柱绕流程序,用fortran语言编写,用来了解早期绕流流动的发展(flow around the cylinder)
    2011-06-22 16:06:03下载
    积分:1
  • fsortrow
    矩阵排序,按照行排序。 例如 矩阵[ 1 2 3 4 5 4 1 3 2 1 3 5 6 9 7]排序后为: [ 1 2 3 4 5 3 5 6 9 7 4 1 3 2 1] (matrix row sort )
    2012-03-13 09:12:53下载
    积分:1
  • multable
    java编写九九乘法表 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 (Multiplication table 1*1=1 2*1=2 2*2=4 3*1=3 3*2=6 3*3=9 4*1=4 4*2=8 4*3=12 4*4=16 5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 6*1=6 6*2=12 6*3=18 6*4=24 6*5=30 6*6=36 7*1=7 7*2=14 7*3=21 7*4=28 7*5=35 7*6=42 7*7=49 8*1=8 8*2=16 8*3=24 8*4=32 8*5=40 8*6=48 8*7=56 8*8=64 9*1=9 9*2=18 9*3=27 9*4=36 9*5=45 9*6=54 9*7=63 9*8=72 9*9=81 )
    2012-11-29 08:29:51下载
    积分:1
  • C3.17
    说明:  有两个ARMA过程,其中信号1是宽带信号,信号2是窄带信号,分别用AR谱估计算法、ARMA谱估计算法和周期图法估计其功率谱。(There are two ARMA processes, in which signal 1 is a wideband signal and signal 2 is a narrowband signal. The power spectrum is estimated by AR spectrum estimation algorithm, ARMA spectrum estimation algorithm and periodogram method respectively.)
    2020-07-27 09:27:39下载
    积分:1
  • MT2DInvMatlab
    一个基于matalb和fortran的大地电磁2维正演模拟程序(A program in MATLAB and FORTRAN for two-dimensional magnetotelluric inversion)
    2021-03-29 08:49:11下载
    积分:1
  • gershdisc
    用来画多输入多输出系统的格式带,输入是矩阵形式(draw gershgorin)
    2012-06-04 13:29:25下载
    积分:1
  • JDJSQ
    这是一个最最简单计算器,提供给大家参考一下(dadasddasdasd fafdsafasfafad)
    2012-03-16 15:48:54下载
    积分:1
  • matlab-for-maximum-entropy
    用于利用最大熵法求解数据资料服从的分布类型。并应用最小二乘法求解模型以得到最优解(Using the maximum entropy method for solving the data distribution type of obedience. And apply the least squares method to obtain the optimal solution to solve the model)
    2021-04-01 17:19:08下载
    积分:1
  • 696524资源总数
  • 103938会员总数
  • 55今日下载