Skip to main content
. 2015 Jan 22;10(1):e0116329. doi: 10.1371/journal.pone.0116329

Table 3. Default Parameters and Valid Ranges for the LBP Operator.

Parameter Name Type Default Value Valid Range
Neighbours P INT 8 ValidP={P+|1P32}
Radius R FLOAT 1.0 ValidR={R+|R1.0}
Smooth (Gaussian) BOOLEAN false {true | false}
Kernel Size k INT 3 Validk={2i+1+|i+,i50}
Cells C INT 1 ValidC={C+|1Cmax{M,N}}, where M, N are height and width of the image

Default parameters are set when the operator descriptor is created. The descriptor also checks for valid ranges on instantiation in defined sets, see last column.