Variables | |
const int | LBP_HISTOGRAM_SIZE = 0 |
Size of the LBP histogram. | |
const int | MIN_NUM_OF_PIXELS = 4 |
Minimal number of pixels neccessary to evaluate texture features. | |
const int | NUM_OF_BASIC_FEATURES = 1 |
The number of basic triangle features. | |
const int | NUM_OF_FEATURES = NUM_OF_BASIC_FEATURES + NUM_OF_MOMENTS + NUM_OF_HARALICK_FEATURES + LBP_HISTOGRAM_SIZE |
Total number of all triangle features. | |
const int | NUM_OF_HARALICK_FEATURES = 0 |
The number of local moments (local texture features). | |
const int | NUM_OF_LEVELS = 0 |
const int | NUM_OF_MOMENTS = 0 |
The number of local moments (local texture features). |
|
Size of the LBP histogram.
|
|
Minimal number of pixels neccessary to evaluate texture features.
|
|
The number of basic triangle features.
|
|
Total number of all triangle features.
|
|
The number of local moments (local texture features).
|
|
|
|
The number of local moments (local texture features).
|