Package org.opencv.face
Class StandardCollector
- java.lang.Object
- 
- org.opencv.face.PredictCollector
- 
- org.opencv.face.StandardCollector
 
 
- 
 public class StandardCollector extends PredictCollector Default predict collector Trace minimal distance with treshhold checking (that is default behavior for most predict logic)
- 
- 
Field Summary- 
Fields inherited from class org.opencv.face.PredictCollectornativeObj
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedStandardCollector(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardCollector__fromPtr__(long addr)static StandardCollectorcreate()Static constructorstatic StandardCollectorcreate(double threshold)Static constructorprotected voidfinalize()doublegetMinDist()Returns minimal distance valueintgetMinLabel()Returns label with minimal distance- 
Methods inherited from class org.opencv.face.PredictCollectorgetNativeObjAddr
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static StandardCollector __fromPtr__(long addr) 
 - 
getMinLabelpublic int getMinLabel() Returns label with minimal distance- Returns:
- automatically generated
 
 - 
getMinDistpublic double getMinDist() Returns minimal distance value- Returns:
- automatically generated
 
 - 
createpublic static StandardCollector create(double threshold) Static constructor- Parameters:
- threshold- set threshold
- Returns:
- automatically generated
 
 - 
createpublic static StandardCollector create() Static constructor- Returns:
- automatically generated
 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- PredictCollector
- Throws:
- java.lang.Throwable
 
 
- 
 
-