Click or drag to resize

NativeMethodsdnn_readNetFromTensorflow Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTensorflow(System.String,System.String,System.IntPtr@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_readNetFromTensorflow(
	string model,
	string config,
	out IntPtr returnValue
)

Parameters

model
Type: SystemString

[Missing <param name="model"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTensorflow(System.String,System.String,System.IntPtr@)"]

config
Type: SystemString

[Missing <param name="config"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTensorflow(System.String,System.String,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTensorflow(System.String,System.String,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.dnn_readNetFromTensorflow(System.String,System.String,System.IntPtr@)"]

See Also