@Namespace(value="cv::face") public static class opencv_face.BasicFaceRecognizer extends opencv_face.FaceRecognizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_face.BasicFaceRecognizer(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
opencv_core.Mat |
getEigenValues() |
opencv_core.Mat |
getEigenVectors() |
opencv_core.Mat |
getLabels() |
opencv_core.Mat |
getMean() |
int |
getNumComponents() |
opencv_core.MatVector |
getProjections() |
double |
getThreshold()
\brief threshhold parameter accessor - required for default BestMinDist collector
|
void |
setNumComponents(int val)
\copybrief getNumComponents @see getNumComponents
|
void |
setThreshold(double val)
\copybrief getThreshold @see getThreshold
|
getLabelInfo, getLabelsByString, getLabelsByString, load, load, load, predict, predict, predict, predict, predict, predict, save, save, save, setLabelInfo, setLabelInfo, train, updateclear, empty, getDefaultName, position, read, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_face.BasicFaceRecognizer(Pointer p)
Pointer.Pointer(Pointer).public int getNumComponents()
setNumComponentspublic void setNumComponents(int val)
public double getThreshold()
opencv_face.FaceRecognizergetThreshold in class opencv_face.FaceRecognizersetThresholdpublic void setThreshold(double val)
@ByVal public opencv_core.MatVector getProjections()
@ByVal public opencv_core.Mat getLabels()
@ByVal public opencv_core.Mat getEigenValues()
@ByVal public opencv_core.Mat getEigenVectors()
@ByVal public opencv_core.Mat getMean()
Copyright © 2016. All rights reserved.