Face normalizer configuration struct. More...
#include <face_normalizer.h>
Public Attributes | |
bool | align |
If flag is true, geometrical alignment is performed. | |
bool | cvt2gray |
If flag is true, color images are converted to grayscale. | |
bool | eq_ill |
If flag is true, illumination normalization is performed. | |
bool | extreme_illumination_condtions |
If flag is true, GammaDOG normalization is used instead of GammaDCT. | |
bool | resize |
If flag is true, image is scaled to norm size. |
Face normalizer configuration struct.
Configuration struct for the face normalizer. It determines the behavior of the normalization algorithm. It can be set during the initialization process.
Definition at line 121 of file face_normalizer.h.
If flag is true, geometrical alignment is performed.
Definition at line 124 of file face_normalizer.h.
If flag is true, color images are converted to grayscale.
Definition at line 126 of file face_normalizer.h.
If flag is true, illumination normalization is performed.
Definition at line 123 of file face_normalizer.h.
If flag is true, GammaDOG normalization is used instead of GammaDCT.
Definition at line 127 of file face_normalizer.h.
If flag is true, image is scaled to norm size.
Definition at line 125 of file face_normalizer.h.