pointer to the reference counter;
when matrix points to user-allocated data, the pointer is NULL
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic IntPtr RefCount { get; }
Public ReadOnly Property RefCount As IntPtr
Get
public:
property IntPtr RefCount {
IntPtr get ();
}
member RefCount : IntPtr with get
Property Value
Type:
IntPtr
See Also