Feature extraction module

We can see feature extraction module on figure A.3 on page [*]. The abstract module is the interface definition. The following must be implemented by ancestors:

where $I$ is an input image, $\mathbf{\mu_I}$ is non-normalized feature vector and $\mathbf{\mu_n}$ is its normalized version. The normalize() function is useful since it makes a distribution from feature vector.

Figure A.3: Feature Extraction Module
\includegraphics[width=80mm,height=60mm]{FEM.eps}



Kocurek 2007-12-17