Location:
Search - LBP values.h
Search list
Description: local binary pattern特征是一种光照鲁棒的纹理算子,这是计算该特征的VC程序
-local binary pattern feature is a light texture robust operator, which is to calculate the characteristics of the VC program
Platform: |
Size: 449536 |
Author: bobo |
Hits:
Description: LBP算法的C语言实现,lbp.c lbp.h
以及LBP算法原理的论文.PDF-LBP IN C. lbp.c lbp.h
Platform: |
Size: 2870272 |
Author: weifan |
Hits:
Description: 网站商城的后台框架和模板,在后台开发总会用的到- 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)).
Examples
I imread( rice.png )
mapping getmapping(8, u2 )
H1 LBP(I,1
Platform: |
Size: 17408 |
Author: 明庭良 |
Hits: