CvArrPtrND Method (Int32, MatrixType) OpenCvSharp Class Library
Return pointer to the particular array element

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

public IntPtr PtrND(
	int[] idx,
	out MatrixType type
)

Parameters

idx
Type: SystemInt32
Array of the element indices
type
Type: OpenCvSharpMatrixType
Type of matrix elements

Return Value

Type: IntPtr
pointer to the particular array element
See Also

Reference