[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.CvMLData"]
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusCvMLData
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvMLData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|  | CvMLData | 
            Default constructor
             | 
Properties
| Name | Description | |
|---|---|---|
|  | AllocatedMemory | 
            Gets or sets a memory address allocated by AllocMemory.
            (Inherited from DisposableObject.) | 
|  | AllocatedMemorySize | 
            Gets or sets the byte length of the allocated memory
            (Inherited from DisposableObject.) | 
|  | CvPtr | 
            Native pointer of OpenCV structure
            (Inherited from DisposableCvObject.) | 
|  | IsDisposed | 
            Gets a value indicating whether this instance has been disposed.
            (Inherited from DisposableObject.) | 
|  | IsEnabledDispose | 
            Gets or sets a value indicating whether you permit disposing this instance.
            (Inherited from DisposableObject.) | 
Methods
Fields
| Name | Description | |
|---|---|---|
|  | dataHandle | 
            Gets or sets a handle which allocates using cvSetData.
            (Inherited from DisposableObject.) | 
|  | ptr | 
            Data pointer
            (Inherited from DisposableCvObject.) | 
See Also
