Type Definition opencv::types::PtrOfLBPHFaceRecognizer[][src]

pub type PtrOfLBPHFaceRecognizer = Ptr<dyn LBPHFaceRecognizer>;

Implementations

Trait Implementations

Clears the algorithm state

Reads algorithm parameters from a file storage

Stores algorithm parameters in a file storage

simplified API for language bindings Stores algorithm parameters in a file storage Read more

Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs). Read more

Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string. Read more

Trains a FaceRecognizer with given data and associated labels. Read more

Updates a FaceRecognizer with given data and associated labels. Read more

Loads a FaceRecognizer and its model state. Read more

Loads a FaceRecognizer and its model state. Read more

Sets string info for the specified model’s label. Read more

Sets threshold of model

  • if implemented - send all result of prediction to collector that can be used for somehow custom result handling
  • Read more

    Predicts a label and associated confidence (e.g. distance) for a given input image. Read more

  • if implemented - send all result of prediction to collector that can be used for somehow custom result handling
  • Read more

    Saves a FaceRecognizer and its model state. Read more

    Saves a FaceRecognizer and its model state. Read more

    Gets string information by label. Read more

    Gets vector of labels by string. Read more

    threshold parameter accessor - required for default BestMinDist collector

    See also Read more

    See also Read more

    See also Read more

    See also Read more

    See also Read more