OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.ObjdetectModule.FaceDetectorYN Member List

This is the complete list of members for OpenCVForUnity.ObjdetectModule.FaceDetectorYN, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size, float score_threshold, float nms_threshold, int top_k, int backend_id, int target_id)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size, float score_threshold, float nms_threshold, int top_k, int backend_id)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size, float score_threshold, float nms_threshold, int top_k)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size, float score_threshold, float nms_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size, float score_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string model, string config, Size input_size)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size, float score_threshold, float nms_threshold, int top_k, int backend_id, int target_id)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size, float score_threshold, float nms_threshold, int top_k, int backend_id)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size, float score_threshold, float nms_threshold, int top_k)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size, float score_threshold, float nms_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size, float score_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
create(string framework, MatOfByte bufferModel, MatOfByte bufferConfig, Size input_size)OpenCVForUnity.ObjdetectModule.FaceDetectorYNstatic
detect(Mat image, Mat faces)OpenCVForUnity.ObjdetectModule.FaceDetectorYN
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.ObjdetectModule.FaceDetectorYNprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
getInputSize()OpenCVForUnity.ObjdetectModule.FaceDetectorYN
getNativeObjAddr()OpenCVForUnity.ObjdetectModule.FaceDetectorYN
getNMSThreshold()OpenCVForUnity.ObjdetectModule.FaceDetectorYN
getScoreThreshold()OpenCVForUnity.ObjdetectModule.FaceDetectorYN
getTopK()OpenCVForUnity.ObjdetectModule.FaceDetectorYN
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
setInputSize(Size input_size)OpenCVForUnity.ObjdetectModule.FaceDetectorYN
setNMSThreshold(float nms_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYN
setScoreThreshold(float score_threshold)OpenCVForUnity.ObjdetectModule.FaceDetectorYN
setTopK(int top_k)OpenCVForUnity.ObjdetectModule.FaceDetectorYN
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic