CvArrPtr3D Method (Int32, Int32, 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 Ptr3D(
	int idx0,
	int idx1,
	int idx2,
	out MatrixType type
)

Parameters

idx0
Type: SystemInt32
The first zero-based component of the element index
idx1
Type: SystemInt32
The second zero-based component of the element index
idx2
Type: SystemInt32
The third zero-based component of the element index
type
Type: OpenCvSharpMatrixType
Type of matrix elements

Return Value

Type: IntPtr
pointer to the particular array element
See Also

Reference