NativeMethodsdnn_readNetFromTorch Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTorch(System.String,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus dnn_readNetFromTorch( string model, int isBinary, out IntPtr returnValue )
Public Shared Function dnn_readNetFromTorch ( model As String, isBinary As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus dnn_readNetFromTorch( String^ model, int isBinary, [OutAttribute] IntPtr% returnValue )
static member dnn_readNetFromTorch : model : string * isBinary : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="model"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTorch(System.String,System.Int32,System.IntPtr@)"]
[Missing <param name="isBinary"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTorch(System.String,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTorch(System.String,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTorch(System.String,System.Int32,System.IntPtr@)"]