OpenCV  4.5.4
Open Source Computer Vision
Classes | Enumerations
Low-level API for external libraries / plugins

Classes

struct  OpenCV_API_Header
 

Enumerations

enum  CvResult {
  CV_ERROR_FAIL = -1,
  CV_ERROR_OK = 0
}
 

Detailed Description

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.

Note
Preview only (no backward compatibility)

Enumeration Type Documentation

◆ CvResult

enum CvResult

#include <opencv2/core/llapi/llapi.h>

Enumerator
CV_ERROR_FAIL 

Some error occurred (TODO Require to fill exception information)

CV_ERROR_OK 

No error.