Type Definition opencv::types::PtrOfLBPHFaceRecognizer [−][src]
pub type PtrOfLBPHFaceRecognizer = Ptr<dyn LBPHFaceRecognizer>;
Implementations
Trait Implementations
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
Predicts a label and associated confidence (e.g. distance) for a given input image. Read more
fn predict_collect(
&self,
src: &dyn ToInputArray,
collector: Ptr<dyn PredictCollector>
) -> Result<()>
fn predict_collect(
&self,
src: &dyn ToInputArray,
collector: Ptr<dyn PredictCollector>
) -> Result<()>
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