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