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
- idx
- Type: SystemInt32
Array of the element indices - type
- Type: OpenCvSharpMatrixType
Type of matrix elements - createNode
- Type: SystemBoolean
Optional input parameter for sparse matrices. Non-zero value of the parameter means that the requested element is created if it does not exist already.
Return Value
Type: IntPtrpointer to the particular array element
See Also