Package | Description |
---|---|
org.opencv.face |
Modifier and Type | Class and Description |
---|---|
class |
StandardCollector
Default predict collector
Trace minimal distance with treshhold checking (that is default behavior for most predict logic)
|
Modifier and Type | Method and Description |
---|---|
static PredictCollector |
PredictCollector.__fromPtr__(long addr) |
Modifier and Type | Method and Description |
---|---|
void |
FaceRecognizer.predict_collect(Mat src,
PredictCollector collector)
if implemented - send all result of prediction to collector that can be used for somehow custom result handling
|
Copyright © 2020. All rights reserved.