http://www.emgu.com
A collection of utilities used by Emgu.CV projects
Classes
Class | Description | |
---|---|---|
![]() | CvException |
The default exception to be thrown when error encounter in Open CV
|
![]() | CvToolbox |
Utilities class
|
![]() | DataLogger |
A DataLogger for unmanaged code to log data back to managed code, using callback.
|
![]() | DataLogger<(Of <(<'T>)>)> |
A generic version of the DataLogger
|
![]() | StructSize |
Cache the size of various header in bytes
|
![]() | TbbTaskScheduler |
This class canbe used to initiate TBB. Only usefull if it is compiled with TBB support
|
![]() | VectorOfByte |
Wraped class of the C++ standard vector of Byte.
|
![]() | VectorOfDMatch |
Wraped class of the C++ standard vector of DMatch.
|
![]() | VectorOfFloat |
Wraped class of the C++ standard vector of float.
|
![]() | VectorOfKeyPoint |
Wraped class of the C++ standard vector of MKeyPoint.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | DataLogger..::..DataCallbackHandler |
Define the type of callback when data is received
|
![]() | DataLogger<(Of <(<'T>)>)>..::..DataCallbackHandler |
Define the type of callback when data is received
|