A collection of utilities used by Emgu projects
Classes
| Class | Description | |
|---|---|---|
| DisposableObject |
An abstract class that wrap around a disposable object
| |
| PinnedArray<(Of <(T>)>) |
A Pinnned array of type T | |
| Platform |
Provide information for the platform which is using.
| |
| Toolbox |
utilities functions for Emgu
| |
| UnmanagedObject |
An abstract class that wrap around an unmanaged object
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICodeGenerable |
Implement this interface if the object can output code to generate it self.
|