![]() |
OpenCV
4.1.0
Open Source Computer Vision
|
Classes | |
| struct | OpenCV_API_Header |
Macros | |
| #define | CV_API_CALL |
| calling convention (including callbacks) | |
Enumerations | |
| enum | CvResult { CV_ERROR_FAIL = -1, CV_ERROR_OK = 0 } |
API for OpenCV external plugins:
Plugins are usually built separately or before OpenCV (OpenCV can depend on them - like HAL libraries).
Using this approach OpenCV provides some basic low level functionality for external plugins.
| #define CV_API_CALL |
calling convention (including callbacks)
| enum CvResult |
1.8.3