@Namespace(value="cv::face") public static class opencv_face.BasicFaceRecognizer extends opencv_face.FaceRecognizer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
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 threshold 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_collect, predict_collect, predict_label, predict_label, predict, predict, predict, predict, save, save, save, setLabelInfo, setLabelInfo, train, train, train, train, update, update, update, updateclear, empty, getDefaultName, position, read, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic 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)
setThreshold in class opencv_face.FaceRecognizer@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 © 2017. All rights reserved.