Class CVHandle
Represents a native handle to OpenCV structures and classes.
Inheritance
CVHandle
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public abstract class CVHandle : SafeHandleZeroOrMinusOneIsInvalid
Constructors
| Improve this Doc View SourceCVHandle(Boolean)
Initializes a new instance of the CVHandle class, specifying whether the handle is to be reliably released.
Declaration
protected CVHandle(bool ownsHandle)
Parameters
Type | Name | Description |
---|---|---|
Boolean | ownsHandle | true to reliably release the handle during the finalization phase; false to prevent reliable release (not recommended). |