Package org.opencv.face
Class StandardCollector
- java.lang.Object
-
- org.opencv.face.PredictCollector
-
- org.opencv.face.StandardCollector
-
public class StandardCollector extends PredictCollector
-
-
Field Summary
-
Fields inherited from class org.opencv.face.PredictCollector
nativeObj
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StandardCollector(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardCollector
__fromPtr__(long addr)
static StandardCollector
create()
static StandardCollector
create(double threshold)
protected void
finalize()
double
getMinDist()
int
getMinLabel()
-
Methods inherited from class org.opencv.face.PredictCollector
getNativeObjAddr
-
-
-
-
Method Detail
-
__fromPtr__
public static StandardCollector __fromPtr__(long addr)
-
create
public static StandardCollector create(double threshold)
-
create
public static StandardCollector create()
-
getMinDist
public double getMinDist()
-
getMinLabel
public int getMinLabel()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classPredictCollector
- Throws:
java.lang.Throwable
-
-