Uses of Class
org.opencv.face.PredictCollector
-
Packages that use PredictCollector Package Description org.opencv.face -
-
Uses of PredictCollector in org.opencv.face
Subclasses of PredictCollector in org.opencv.face Modifier and Type Class Description classStandardCollectorDefault predict collector Trace minimal distance with treshhold checking (that is default behavior for most predict logic)Methods in org.opencv.face that return PredictCollector Modifier and Type Method Description static PredictCollectorPredictCollector. __fromPtr__(long addr)Methods in org.opencv.face with parameters of type PredictCollector Modifier and Type Method Description voidFaceRecognizer. predict_collect(Mat src, PredictCollector collector)if implemented - send all result of prediction to collector that can be used for somehow custom result handling
-