Click or drag to resize

NativeMethodsdnn_Net_forward3 Method

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

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

Parameters

net
Type: SystemIntPtr

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

outputBlobs
Type: SystemIntPtr

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

outputBlobsLength
Type: SystemInt32

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

outBlobNames
Type: SystemString

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

outBlobNamesLength
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also