NativeMethodscvPtr1D Method OpenCvSharp Class Library

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IntPtr cvPtr1D(
	IntPtr arr,
	int idx0,
	out MatrixType type
)

Parameters

arr
Type: SystemIntPtr

[Missing <param name="arr"/> documentation for "M:OpenCvSharp.NativeMethods.cvPtr1D(System.IntPtr,System.Int32,OpenCvSharp.MatrixType@)"]

idx0
Type: SystemInt32

[Missing <param name="idx0"/> documentation for "M:OpenCvSharp.NativeMethods.cvPtr1D(System.IntPtr,System.Int32,OpenCvSharp.MatrixType@)"]

type
Type: OpenCvSharpMatrixType

[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.cvPtr1D(System.IntPtr,System.Int32,OpenCvSharp.MatrixType@)"]

Return Value

Type: IntPtr

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

See Also

Reference