Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

what is the difference between calchist parameter using lbp and using uniformlbp

i need to calculate histogram for uniform lbp image. parameters in calchist with lbp is image= source lbpimage (which i need it's histogram) nimage= number of source image channel= index of channel (for gray image is 0) mask= Mat() (for full image) output= the histogram image (which result) dims= Histogram dimensionality (1) histsize= number of bins (256 for gray level bin for each pixel) ranges= 0,256 (for gray level) uniform= true (ranges= { , } accumulate= false (for one histogram from one image)

this is for normal lbp what about uniform lbp (dims, histsize, ranges, ) is there any difference

thanks

click to hide/show revision 2
retagged

updated 2014-05-31 13:37:35 -0600

berak gravatar image

what is the difference between calchist parameter using lbp and using uniformlbp

i need to calculate histogram for uniform lbp image. parameters in calchist with lbp is image= source lbpimage (which i need it's histogram) nimage= number of source image channel= index of channel (for gray image is 0) mask= Mat() (for full image) output= the histogram image (which result) dims= Histogram dimensionality (1) histsize= number of bins (256 for gray level bin for each pixel) ranges= 0,256 (for gray level) uniform= true (ranges= { , } accumulate= false (for one histogram from one image)

this is for normal lbp what about uniform lbp (dims, histsize, ranges, ) is there any difference

thanks