CvArrIncRefData Method OpenCvSharp Class Library
Increments array data reference counter

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

public int IncRefData()

Return Value

Type: Int32
The function cvIncRefData increments CvMat or CvMatND data reference counter and returns the new counter value if the reference counter pointer is not NULL, otherwise it returns zero.
See Also

Reference