登录
首页 » matlab » lbp

lbp

于 2011-09-28 发布 文件大小:182KB
0 217
下载积分: 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 个回复

  • UDFlizi
    基于FLUENT软件的一些常用UDF实例,比较有帮助(udf example)
    2015-10-20 15:56:14下载
    积分:1
  • MYFEM
    有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭加 QEB:总刚度矩阵和总列阵合成 BDE:边界条件处理 SOLGS:Gauss-Seidel迭代法求解方程组 UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算 DIFF:节点上 , 加权平均 (In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)
    2009-05-22 17:22:56下载
    积分:1
  • bat
    用matlab实现新的启发式算法—蝙蝠算法,用于生产优化问题(New heuristic- bat algorithm for the production optimization problem using matlab )
    2012-07-26 19:09:39下载
    积分:1
  • bifurcation and LE
    计算非线性系统的分叉图和李雅普诺夫指数,用于判断系统的混沌状态,独立的两个文件(a tool to calculate bifurcation and Lyapunov exponent)
    2018-05-28 22:25:00下载
    积分:1
  • Triangular-fuzzy-random-simulation-
    三角模糊数随机模拟程序,基于模糊数与随机模拟理论,进行评价分析(Triangular fuzzy random simulation program...)
    2012-02-26 10:43:34下载
    积分:1
  • numerical-analysis
    数值分析中解线性方程组,最常用的四种迭代方法:雅克比、高斯赛德尔、SOR、共轭梯度,以及他们的比较(numerical analysis : jacobi S-G、SOR、cong)
    2014-10-26 11:07:25下载
    积分:1
  • CHANGCHANGLENGTH
    说明:  复合材料层内基于断裂韧性退化的VUMAT子程序(VUMAT subroutine based on fracture toughness degradation in composite laminates)
    2021-04-07 17:49:01下载
    积分:1
  • MATLAB
    说明:  利用五点差分格式和Jacobi迭代法,求解精确解和数值解的误差,判断阶数是否正确(Five-point difference scheme and Jacobi iteration method are used to solve the error between exact solution and numerical solution and to judge whether the order is correct or not.)
    2020-06-23 08:20:02下载
    积分:1
  • fft
    this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
    2009-10-17 02:06:53下载
    积分:1
  • longgekuta
    系统仿真导论第一个实验程序,龙格库塔实验程序(Introduction The first experimental system simulation program, Runge-Kutta experimental procedures)
    2013-06-28 19:12:31下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载