LBP martlab程序

时间:2012-12-06 07:43:26
【文件属性】:

文件名称:LBP martlab程序

文件大小:6KB

文件格式:NONE

更新时间:2012-12-06 07:43:26

LBP martlab程序

LBP martlab程序 LBP returns the local binary pattern image or LBP histogram of an image. % J = LBP(I,R,N,MAPPING,MODE) returns either a local binary pattern % coded image or the local binary pattern histogram of an intensity % image I. The LBP codes are computed using N sampling points on a % circle of radius R and using mapping table defined by MAPPING. % See the getmapping function for different mappings and use 0 for % no mapping. Possible values for MODE are % 'h' or 'hist' to get a histogram of LBP codes % 'nh' to get a normalized histogram % Otherwise an LBP code image is returned. % % J = LBP(I) returns the original (basic) LBP histogram of image I % % J = LBP(I,SP,MAPPING,MODE) computes the LBP codes using n sampling % points defined in (n * 2) matrix SP. The sampling points should be % defined around the origin (coordinates (0,0)).


网友评论

  • 需要补充程序
  • 需要自己补充getmapping函数,否则无法运行。
  • 可以运行,但没数据库啊
  • 还需要一个getmapping的函数,网站里也有
  • 程序不错 正好用上了 谢谢楼主
  • 程序可以用 不错
  • 运行了还行 谢谢了
  • LBP的matlab实现,亲测可用。
  • 可以运行,不错。
  • 不错,运行的很ok,有例子,比较容易看