Public Attributes
FaceNormalizer::FNConfig Struct Reference

Face normalizer configuration struct. More...

#include <face_normalizer.h>

List of all members.

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.

Detailed Description

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.

See also:
init()

Definition at line 121 of file face_normalizer.h.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:


cob_people_detection
Author(s): Richard Bormann , Thomas Zwölfer
autogenerated on Fri Aug 28 2015 10:24:13