登录
首页 » matlab » LBP算法程序

LBP算法程序

于 2021-04-14 发布 文件大小:61KB
0 206
下载积分: 1 下载次数: 14

代码说明:

  MATLAB提取LBP纹理特征源码,可以使用(extract LBP texture features source code in MATLAB, you can run this program directly)

文件列表:

LBP算法程序
LBP算法程序\0-基本LBP
LBP算法程序\0-基本LBP\LBPoriginal.m, 1750, 2013-01-11
LBP算法程序\1-圆域LBP
LBP算法程序\1-圆域LBP\CircleTemplate.m, 942, 2013-01-11
LBP算法程序\1-圆域LBP\Interpolate.m, 930, 2013-01-11
LBP算法程序\1-圆域LBP\LBPcircle.m, 1787, 2013-01-11
LBP算法程序\10-Gobor多尺度LBP
LBP算法程序\10-Gobor多尺度LBP\LBPgabor.m, 1594, 2013-01-12
LBP算法程序\10-Gobor多尺度LBP\mygabor.m, 1225, 2012-12-27
LBP算法程序\2-旋转不变LBP
LBP算法程序\2-旋转不变LBP\LBProtation.m, 440, 2013-01-11
LBP算法程序\2-旋转不变LBP\LBProtation_Circle.m, 2112, 2013-01-11
LBP算法程序\2-旋转不变LBP\LBProtation_Eight.m, 1514, 2013-01-11
LBP算法程序\2-旋转不变LBP\circle.m, 735, 2013-01-11
LBP算法程序\3-均匀模式
LBP算法程序\3-均匀模式\LBPuniform.m, 588, 2013-01-11
LBP算法程序\3-均匀模式\LBPuniform_Circle.m, 2378, 2013-01-12
LBP算法程序\3-均匀模式\LBPuniform_Eight.m, 2981, 2013-01-12
LBP算法程序\4-LBPc
LBP算法程序\4-LBPc\Contrast_Circle.m, 2172, 2013-01-12
LBP算法程序\4-LBPc\Contrast_Eight.m, 2720, 2013-01-12
LBP算法程序\4-LBPc\Lbpcontrast.m, 347, 2013-01-12
LBP算法程序\4-LBPc\Lbpcontrast_Circle.m, 409, 2013-01-12
LBP算法程序\4-LBPc\Lbpcontrast_Eight.m, 221, 2013-01-12
LBP算法程序\5-LBPvar
LBP算法程序\5-LBPvar\Lbpvariance.m, 351, 2013-01-12
LBP算法程序\5-LBPvar\Lbpvariance_Circle.m, 330, 2013-01-12
LBP算法程序\5-LBPvar\Lbpvariance_Eight.m, 219, 2013-01-11
LBP算法程序\5-LBPvar\Variance_Circle.m, 2114, 2013-01-12
LBP算法程序\5-LBPvar\Variance_Eight.m, 1145, 2013-01-12
LBP算法程序\6-多像素块LBP
LBP算法程序\6-多像素块LBP\LBPmultblock.m, 1590, 2013-01-11
LBP算法程序\7-多阈值LBP
LBP算法程序\7-多阈值LBP\LBPmulthreshold.m, 366, 2013-01-11
LBP算法程序\7-多阈值LBP\LBPmulthreshold_Circle.m, 1899, 2013-01-11
LBP算法程序\7-多阈值LBP\LBPmulthreshold_Eight.m, 1909, 2013-01-11
LBP算法程序\8-Improved LBP
LBP算法程序\8-Improved LBP\LBPimproved.m, 340, 2013-01-11
LBP算法程序\8-Improved LBP\LBPimproved_Circle.m, 1848, 2013-01-11
LBP算法程序\8-Improved LBP\LBPimproved_Eight.m, 3509, 2013-01-11
LBP算法程序\9-小波多尺度LBP
LBP算法程序\9-小波多尺度LBP\LBPwavelet.m, 1410, 2013-01-12
LBP算法程序\9-小波多尺度LBP\downspl.m, 301, 2013-01-11
LBP算法程序\9-小波多尺度LBP\mydwt.m, 714, 2013-01-11
LBP算法程序\9-小波多尺度LBP\mydwt2.m, 1060, 2013-01-04
LBP算法程序\face.bmp, 13078, 2012-11-27
LBP算法程序\lena.jpg, 33807, 2012-11-28
LBP算法程序\main.asv, 4908, 2017-10-17
LBP算法程序\main.m, 5050, 2017-10-17
LBP算法程序\归一化
LBP算法程序\归一化\LBPnormalize.m, 955, 2013-01-11
LBP算法程序\直方图
LBP算法程序\直方图\Histogram.m, 837, 2013-01-11
LBP算法程序\边界扩展
LBP算法程序\边界扩展\Expanboundary.m, 953, 2013-01-11

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

发表评论

0 个回复

  • matlab_GUI_showing
    本例程通过matlab编写,显示一个GUI。在GUI中将输入到程序中的数据进行绘图。本例程能够实时进行绘图,并且可以将数据进行显示。同时还可以将输入到程序中的数据进行保存。在GUI中设置有控制开关,能够通过点击开关,将数据保存在不同的文本中便于后续处理使用。(This routine is written by matlab and displays a GUI. The data input into the program is drawn in the GUI. This routine can be plotted in real time and data can be displayed. At the same time, the data input into the program can also be saved. A control switch is set in the GUI, and the data can be saved in different texts by clicking the switch to facilitate subsequent processing.)
    2018-06-06 19:31:09下载
    积分:1
  • ccdwtwatermark
    在DWT域的数字水印技术 matlab 编程(in DWT digital watermarking technology Matlab programming)
    2007-05-27 13:57:02下载
    积分:1
  • WaveAtom-1.1
    波原子变换代码,一种新的类方向小波变换,更好的表示图像(Wave atom transform code, the direction of a new class of wavelet transform, and better representation of the image)
    2009-12-15 09:39:37下载
    积分:1
  • 71477187dwt_embed
    非压缩视频图像帧内水印的密写与复密写研究,源码和论文材料(Video Watermarking Steganography)
    2010-05-18 20:12:23下载
    积分:1
  • 片加减乘除
    说明:  图片的加法运算减法运算乘法运算除法运算和四则运算(Four Operations of Addition, Subtraction, Multiplication and Multiplication of Pictures)
    2019-05-11 11:00:19下载
    积分:1
  • Project1
    EM算法。问题背景是,有N条长为L的DNA序列,每条序列里面有一条长尾K的目标序列,但不知道他的位置,目标序列内的核苷酸服从foreground product multinomial distribution,非目标序列服从background multinomial distribution,改程序意在求解两种分布的参数。(EM algorithm. Background to the issue is that there are N pieces of length L of DNA sequences, each sequence which has a target sequence Nagao K, but do not know his position, the target nucleotide sequence within obedience foreground product multinomial distribution, non-target sequence obey background multinomial distribution, the program is intended to change the parameters in solving the two distributions.)
    2016-04-05 09:35:05下载
    积分:1
  • read_shape
    裁剪shape文件,使用idl编程实现,就是一个功能,编译以后可以直接调用这个函数(Clipping shape file, using idl programming, is a function, after compiling can directly call this function)
    2019-04-16 17:16:27下载
    积分:1
  • Scratch test
    Haclon的源码,适用于金属表面的划痕检测(Haclon source code, suitable for metal surface scratch detection)
    2018-01-11 09:04:48下载
    积分:1
  • 像融合算法
    针对电气设备同一场景的红外与可见光图像间一致特征难以提取和匹配的问题,提出了一种基于斜率一致性的配准方法。首先通过数学形态学方法分别提取红外与可见光图像的边缘,得到粗边缘图像;然后通过SURF算法提取两幅边缘图像的特征点,根据正确的匹配点对之间斜率一致性的先验知识,进行特征点匹配;最后通过最小二乘法求得仿射变换模型参数并实现两幅图像的配准。实验结果表明,该方法有效提高了匹配点对的正确率,能够对电气设备红外和可见光图像实现高精度的配准。(In this paper, a method based on slope consistency is proposed to solve the problem that the uniform features of infrared and visible images are difficult to extract and match. Firstly, the edges of infrared and visible images were extracted by mathematical morphology, and the rough edge images were obtained. Then, the feature points of two edge images were extracted by SURF algorithm, and the priori knowledge of slope consistency was obtained according to the correct matching point, and the feature points were matched. Finally, the model parameters of affine transformation are obtained by least square method and the registration of two images is realized. The experimental results show that this method can effectively improve the accuracy of matching points, and can realize high precision registration of infrared and visible images of electrical equipment.)
    2018-03-24 10:53:41下载
    积分:1
  • hist3d
    matlab实现的三维直方图统计。用来统计数据的三维直方图。可适用于任何三维数据的统计。(matlab code to deal with 3d hist.)
    2010-01-24 13:11:46下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载