Class FaceRecognizer


  • public class FaceRecognizer
    extends Object
    Task-specific API for detecting & recognizing faces in an image. Uses FaceFinder to detect and scan faces, FaceStorageBackend to store and retrieve the saved faces and returns the optimal result.
    Refrain from using this class for registering faces into the recognition system, FaceFinder does not perform post processing and is as such better suited.