OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
Loading...
Searching...
No Matches
OpenCVForUnity.DnnModule.TextRecognitionModel Member List

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

__fromPtr__(IntPtr addr)OpenCVForUnity.DnnModule.TextRecognitionModelstatic
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.TextRecognitionModelprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
enableWinograd(bool useWinograd)OpenCVForUnity.DnnModule.Model
getDecodeType()OpenCVForUnity.DnnModule.TextRecognitionModel
getNativeObjAddr()OpenCVForUnity.DnnModule.Model
getVocabulary()OpenCVForUnity.DnnModule.TextRecognitionModel
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
recognize(Mat frame)OpenCVForUnity.DnnModule.TextRecognitionModel
recognize(Mat frame, List< Mat > roiRects, List< string > results)OpenCVForUnity.DnnModule.TextRecognitionModel
setDecodeOptsCTCPrefixBeamSearch(int beamSize, int vocPruneSize)OpenCVForUnity.DnnModule.TextRecognitionModel
setDecodeOptsCTCPrefixBeamSearch(int beamSize)OpenCVForUnity.DnnModule.TextRecognitionModel
setDecodeType(string decodeType)OpenCVForUnity.DnnModule.TextRecognitionModel
setInputCrop(bool crop)OpenCVForUnity.DnnModule.Model
setInputMean(Scalar mean)OpenCVForUnity.DnnModule.Model
setInputMean(in Vec4d mean)OpenCVForUnity.DnnModule.Model
setInputMean(in(double v0, double v1, double v2, double v3) 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
setInputParams(double scale, in Vec2d size, in Vec4d mean, bool swapRB, bool crop)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in Vec2d size, in Vec4d mean, bool swapRB)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in Vec2d size, in Vec4d mean)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in Vec2d size)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in(double width, double height) size, in(double v0, double v1, double v2, double v3) mean, bool swapRB, bool crop)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in(double width, double height) size, in(double v0, double v1, double v2, double v3) mean, bool swapRB)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in(double width, double height) size, in(double v0, double v1, double v2, double v3) mean)OpenCVForUnity.DnnModule.Model
setInputParams(double scale, in(double width, double height) size)OpenCVForUnity.DnnModule.Model
setInputScale(Scalar scale)OpenCVForUnity.DnnModule.Model
setInputScale(in Vec4d scale)OpenCVForUnity.DnnModule.Model
setInputScale(in(double v0, double v1, double v2, double v3) scale)OpenCVForUnity.DnnModule.Model
setInputSize(Size size)OpenCVForUnity.DnnModule.Model
setInputSize(int width, int height)OpenCVForUnity.DnnModule.Model
setInputSize(in Vec2d size)OpenCVForUnity.DnnModule.Model
setInputSize(in(double width, double height) size)OpenCVForUnity.DnnModule.Model
setInputSwapRB(bool swapRB)OpenCVForUnity.DnnModule.Model
setOutputNames(List< string > outNames)OpenCVForUnity.DnnModule.Model
setPreferableBackend(int backendId)OpenCVForUnity.DnnModule.Model
setPreferableTarget(int targetId)OpenCVForUnity.DnnModule.Model
setVocabulary(List< string > vocabulary)OpenCVForUnity.DnnModule.TextRecognitionModel
TextRecognitionModel(Net network)OpenCVForUnity.DnnModule.TextRecognitionModel
TextRecognitionModel(string model, string config)OpenCVForUnity.DnnModule.TextRecognitionModel
TextRecognitionModel(string model)OpenCVForUnity.DnnModule.TextRecognitionModel
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic