Click or drag to resize

NativeMethodsdnn_Net_forward2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus dnn_Net_forward2(
	IntPtr net,
	IntPtr[] outputBlobs,
	int outputBlobsLength,
	string outputName
)

Parameters

net
Type: SystemIntPtr

[Missing <param name="net"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward2(System.IntPtr,System.IntPtr[],System.Int32,System.String)"]

outputBlobs
Type: SystemIntPtr

[Missing <param name="outputBlobs"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward2(System.IntPtr,System.IntPtr[],System.Int32,System.String)"]

outputBlobsLength
Type: SystemInt32

[Missing <param name="outputBlobsLength"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward2(System.IntPtr,System.IntPtr[],System.Int32,System.String)"]

outputName
Type: SystemString

[Missing <param name="outputName"/> documentation for "M:OpenCvSharp.NativeMethods.dnn_Net_forward2(System.IntPtr,System.IntPtr[],System.Int32,System.String)"]

Return Value

Type: ExceptionStatus

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

See Also