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.Net Member List

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

__fromPtr__(IntPtr addr)OpenCVForUnity.DnnModule.Netstatic
connect(string outPin, string inpPin)OpenCVForUnity.DnnModule.Net
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.Netprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
dump()OpenCVForUnity.DnnModule.Net
dumpToFile(string path)OpenCVForUnity.DnnModule.Net
empty()OpenCVForUnity.DnnModule.Net
enableFusion(bool fusion)OpenCVForUnity.DnnModule.Net
enableWinograd(bool useWinograd)OpenCVForUnity.DnnModule.Net
forward(string outputName)OpenCVForUnity.DnnModule.Net
forward()OpenCVForUnity.DnnModule.Net
forward(List< Mat > outputBlobs, string outputName)OpenCVForUnity.DnnModule.Net
forward(List< Mat > outputBlobs)OpenCVForUnity.DnnModule.Net
forward(List< Mat > outputBlobs, List< string > outBlobNames)OpenCVForUnity.DnnModule.Net
getFLOPS(List< MatOfInt > netInputShapes)OpenCVForUnity.DnnModule.Net
getFLOPS(MatOfInt netInputShape)OpenCVForUnity.DnnModule.Net
getFLOPS(int layerId, List< MatOfInt > netInputShapes)OpenCVForUnity.DnnModule.Net
getFLOPS(int layerId, MatOfInt netInputShape)OpenCVForUnity.DnnModule.Net
getInputDetails(MatOfFloat scales, MatOfInt zeropoints)OpenCVForUnity.DnnModule.Net
getLayer(int layerId)OpenCVForUnity.DnnModule.Net
getLayer(string layerName)OpenCVForUnity.DnnModule.Net
getLayer(DictValue layerId)OpenCVForUnity.DnnModule.Net
getLayerId(string layer)OpenCVForUnity.DnnModule.Net
getLayerNames()OpenCVForUnity.DnnModule.Net
getLayersCount(string layerType)OpenCVForUnity.DnnModule.Net
getLayerTypes(List< string > layersTypes)OpenCVForUnity.DnnModule.Net
getMemoryConsumption(MatOfInt netInputShape, long[] weights, long[] blobs)OpenCVForUnity.DnnModule.Net
getMemoryConsumption(int layerId, List< MatOfInt > netInputShapes, long[] weights, long[] blobs)OpenCVForUnity.DnnModule.Net
getMemoryConsumption(int layerId, MatOfInt netInputShape, long[] weights, long[] blobs)OpenCVForUnity.DnnModule.Net
getNativeObjAddr()OpenCVForUnity.DnnModule.Net
getOutputDetails(MatOfFloat scales, MatOfInt zeropoints)OpenCVForUnity.DnnModule.Net
getParam(int layer, int numParam)OpenCVForUnity.DnnModule.Net
getParam(int layer)OpenCVForUnity.DnnModule.Net
getParam(string layerName, int numParam)OpenCVForUnity.DnnModule.Net
getParam(string layerName)OpenCVForUnity.DnnModule.Net
getPerfProfile(MatOfDouble timings)OpenCVForUnity.DnnModule.Net
getUnconnectedOutLayers()OpenCVForUnity.DnnModule.Net
getUnconnectedOutLayersNames()OpenCVForUnity.DnnModule.Net
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
Net()OpenCVForUnity.DnnModule.Net
quantize(List< Mat > calibData, int inputsDtype, int outputsDtype, bool perChannel)OpenCVForUnity.DnnModule.Net
quantize(List< Mat > calibData, int inputsDtype, int outputsDtype)OpenCVForUnity.DnnModule.Net
readFromModelOptimizer(string xml, string bin)OpenCVForUnity.DnnModule.Netstatic
readFromModelOptimizer(MatOfByte bufferModelConfig, MatOfByte bufferWeights)OpenCVForUnity.DnnModule.Netstatic
setHalideScheduler(string scheduler)OpenCVForUnity.DnnModule.Net
setInput(Mat blob, string name, double scalefactor, Scalar mean)OpenCVForUnity.DnnModule.Net
setInput(Mat blob, string name, double scalefactor)OpenCVForUnity.DnnModule.Net
setInput(Mat blob, string name)OpenCVForUnity.DnnModule.Net
setInput(Mat blob)OpenCVForUnity.DnnModule.Net
setInputShape(string inputName, MatOfInt shape)OpenCVForUnity.DnnModule.Net
setInputsNames(List< string > inputBlobNames)OpenCVForUnity.DnnModule.Net
setParam(int layer, int numParam, Mat blob)OpenCVForUnity.DnnModule.Net
setParam(string layerName, int numParam, Mat blob)OpenCVForUnity.DnnModule.Net
setPreferableBackend(int backendId)OpenCVForUnity.DnnModule.Net
setPreferableTarget(int targetId)OpenCVForUnity.DnnModule.Net
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic