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.DnnModule.TextDetectionModel_DB Member List

This is the complete list of members for OpenCVForUnity.DnnModule.TextDetectionModel_DB, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.DnnModule.TextDetectionModel_DBstatic
detect(Mat frame, List< MatOfPoint > detections, MatOfFloat confidences)OpenCVForUnity.DnnModule.TextDetectionModel
detect(Mat frame, List< MatOfPoint > detections)OpenCVForUnity.DnnModule.TextDetectionModel
detectTextRectangles(Mat frame, MatOfRotatedRect detections, MatOfFloat confidences)OpenCVForUnity.DnnModule.TextDetectionModel
detectTextRectangles(Mat frame, MatOfRotatedRect detections)OpenCVForUnity.DnnModule.TextDetectionModel
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.DnnModule.TextDetectionModel_DBprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
enableWinograd(bool useWinograd)OpenCVForUnity.DnnModule.Model
getBinaryThreshold()OpenCVForUnity.DnnModule.TextDetectionModel_DB
getMaxCandidates()OpenCVForUnity.DnnModule.TextDetectionModel_DB
getNativeObjAddr()OpenCVForUnity.DnnModule.Model
getPolygonThreshold()OpenCVForUnity.DnnModule.TextDetectionModel_DB
getUnclipRatio()OpenCVForUnity.DnnModule.TextDetectionModel_DB
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
Model(string model, string config)OpenCVForUnity.DnnModule.Model
Model(string model)OpenCVForUnity.DnnModule.Model
Model(Net network)OpenCVForUnity.DnnModule.Model
predict(Mat frame, List< Mat > outs)OpenCVForUnity.DnnModule.Model
setBinaryThreshold(float binaryThreshold)OpenCVForUnity.DnnModule.TextDetectionModel_DB
setInputCrop(bool crop)OpenCVForUnity.DnnModule.Model
setInputMean(Scalar mean)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, Size size, Scalar mean, bool swapRB, bool crop)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, Size size, Scalar mean, bool swapRB)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, Size size, Scalar mean)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, Size size)OpenCVForUnity.DnnModule.Model
setInputParams(double scale)OpenCVForUnity.DnnModule.Model
setInputParams()OpenCVForUnity.DnnModule.Model
setInputScale(Scalar scale)OpenCVForUnity.DnnModule.Model
setInputSize(Size size)OpenCVForUnity.DnnModule.Model
setInputSize(int width, int height)OpenCVForUnity.DnnModule.Model
setInputSwapRB(bool swapRB)OpenCVForUnity.DnnModule.Model
setMaxCandidates(int maxCandidates)OpenCVForUnity.DnnModule.TextDetectionModel_DB
setPolygonThreshold(float polygonThreshold)OpenCVForUnity.DnnModule.TextDetectionModel_DB
setPreferableBackend(int backendId)OpenCVForUnity.DnnModule.Model
setPreferableTarget(int targetId)OpenCVForUnity.DnnModule.Model
setUnclipRatio(double unclipRatio)OpenCVForUnity.DnnModule.TextDetectionModel_DB
TextDetectionModel_DB(Net network)OpenCVForUnity.DnnModule.TextDetectionModel_DB
TextDetectionModel_DB(string model, string config)OpenCVForUnity.DnnModule.TextDetectionModel_DB
TextDetectionModel_DB(string model)OpenCVForUnity.DnnModule.TextDetectionModel_DB
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic