__fromPtr__(IntPtr addr) | OpenCVForUnity.DnnModule.Net | static |
connect(string outPin, string inpPin) | OpenCVForUnity.DnnModule.Net | |
DisposableObject() | OpenCVForUnity.DisposableObject | protected |
DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
Dispose(bool disposing) | OpenCVForUnity.DnnModule.Net | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
dump() | OpenCVForUnity.DnnModule.Net | |
dumpToFile(string path) | OpenCVForUnity.DnnModule.Net | |
dumpToPbtxt(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 | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.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.Net | static |
readFromModelOptimizer(MatOfByte bufferModelConfig, MatOfByte bufferWeights) | OpenCVForUnity.DnnModule.Net | static |
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 | |
setInput(Mat blob, string name, double scalefactor, in Vec4d mean) | OpenCVForUnity.DnnModule.Net | |
setInput(Mat blob, string name, double scalefactor, in(double v0, double v1, double v2, double v3) mean) | 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.DisposableObject | static |