#include <Fisherfaces.h>
|
void | train (const MatrixXi &images, const VectorXi &classes) |
|
MatrixXf | project (const MatrixXi &X) |
|
VectorXf | euclideanDist (const VectorXf &W) |
|
VectorXf | reconstructFace (const VectorXf &W) |
|
float | euclideanDistFace (const VectorXi &X, const VectorXf &face) |
|
int32_t | compute (const MatrixXi &images, int32_t numComponents=-1) |
|
int32_t | compute (const MatrixXf &X, const VectorXi &classes, int32_t numComponents) |
|
void Fisherfaces::train |
( |
const MatrixXi & |
images, |
|
|
const VectorXi & |
classes |
|
) |
| |
Train Fisherfaces.
- Parameters
-
images | Each images represented as a column vector. |
classes | Class labels should start at 1 and increment by 1. |
The documentation for this class was generated from the following files: