Class Ptr
Template class for smart reference-counting pointers
Implements
Inherited Members
Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public abstract class Ptr : DisposableCvObject, ICvPtrHolder
Constructors
| Improve this Doc View SourcePtr(IntPtr)
Constructor
Declaration
protected Ptr(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | ptr |
Methods
| Improve this Doc View SourceGet()
Returns Ptr<T>.get() pointer
Declaration
public abstract IntPtr Get()
Returns
Type | Description |
---|---|
IntPtr |