Return pointer to the particular array element
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- arr
- Type: OpenCvSharp.CvArr
Input array. - idx
- Type:System.Int32[]
Array of the element indices - type
- Type: OpenCvSharp.MatrixType
Type of matrix elements
Return Value
Type: IntPtrpointer to the particular array element
See Also