5,710
edits
Changes
Home
,→Elastic Bunch Graph Matching (EBGM)
# Histogram equalization – Equalizes the histogram of the unmasked part of the image.
# Pixel normalization – scales the pixel values to have a mean of zero and a standard deviation of one.
<code srcsource lang="C++">
** default face normalization parameters
/* default normalization parameters */
#define HIST_PRE 1
#define HIST_POST 2
</codesource>
=== Biological Limits ===