TIEVisionFaceRecognizer.addTrainImage
Declaration
procedure addTrainImage(image: TIEVisionImage; imlabel: PWideChar); safecall;
Description
Add a new training image. Images pixel format can be RGB or gray scale. The image size doesn't matter.
Applications need to call
train after all training images are added.
Parameter | Description |
image | Input training image |
imlabel | Label corresponding to the image |