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
To Search:
File list (Check if you may need any files):
1126\frame-03\adminuser.php
....\........\cateadd.php
....\........\cateaddform.html
....\........\data\log\curr.log
....\........\frontuser.php
....\........\include\conf.class.php
....\........\.......\config.inc.php
....\........\.......\db.class.php
....\........\.......\init.php
....\........\.......\lib_base.php
....\........\.......\log.class.php
....\........\.......\mysql.class.php
....\........\index.php
....\........\Model\CateModel.class.php
....\........\.....\Model.class.php
....\........\.....\TestModel.class.php
....\........\nomvc.php
....\........\userlist.php
....\........\view\userlist.html
....\.......4\data\log\curr.log
....\........\include\conf.class.php
....\........\.......\config.inc.php
....\........\.......\db.class.php
....\........\.......\init.php
....\........\.......\lib_base.php
....\........\.......\log.class.php
....\........\.......\mysql.class.php
....\........\Model\Model.class.php
....\.......3\data\log
....\.......4\data\log
....\.......3\data
....\........\include
....\........\Model
....\........\view
....\.......4\data
....\........\include
....\........\Model
....\frame-03
....\frame-04
1126