TIEVisionFaceRecognizer.selectEigenFaceRecognizer
Declaration
procedure selectEigenFaceRecognizer(imageWidth: uint32_t = 100; imageHeight: uint32_t = 130; numComponents: int32_t = 0); safecall;
Description
Select the "Eigen Face Recognizer" as the facial recognition algorithm.
| Parameter | Description |
| imageWidth | Width of training and test images. All training and test images will be resampled at this width |
| imageHeight | Height of training and test images. All traning and test images will be resampled at this height |
| numComponents | The number of components (Eigenfaces) kept as hint |