@Namespace(value="cv::face") @NoOffset public static class opencv_face.BasicFaceRecognizer extends opencv_face.FaceRecognizer
| Constructor and Description |
|---|
BasicFaceRecognizer(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
empty()
\overload
|
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 |
read(opencv_core.FileNode fn)
\overload
|
void |
setNumComponents(int val)
\copybrief getNumComponents @see getNumComponents
|
void |
setThreshold(double val)
\copybrief getThreshold @see getThreshold
|
void |
write(opencv_core.FileStorage fs)
\overload
Saves this model to a given FileStorage.
|
getLabelInfo, getLabelsByString, getLabelsByString, predict_collect, predict_collect, predict_collect, predict_label, predict_label, predict_label, predict, predict, predict, predict, predict, predict, predict, predict, predict, read, read, setLabelInfo, setLabelInfo, train, train, train, train, train, train, train, train, train, update, update, update, update, update, update, update, update, update, write, writeclear, getDefaultName, position, save, save, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BasicFaceRecognizer(org.bytedeco.javacpp.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()
public void read(@Const @ByRef
opencv_core.FileNode fn)
opencv_face.FaceRecognizerread in class opencv_face.FaceRecognizerpublic void write(@ByRef
opencv_core.FileStorage fs)
opencv_face.FaceRecognizerwrite in class opencv_face.FaceRecognizerfs - The FileStorage to store this FaceRecognizer to.@Cast(value="bool") public boolean empty()
opencv_face.FaceRecognizerempty in class opencv_face.FaceRecognizerCopyright © 2018. All rights reserved.