Interface ICvPtrHolder
Represents a OpenCV-based class which has a native pointer.
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public interface ICvPtrHolder
Properties
| Improve this Doc View SourceCvPtr
Unmanaged OpenCV data pointer
Declaration
IntPtr CvPtr { get; }
Property Value
Type | Description |
---|---|
IntPtr |