OpenCV
4.0.0
Open Source Computer Vision
|
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::va_intel | |
cv::va_intel::ocl | |
Typedefs | |
typedef void * | VADisplay |
typedef unsigned int | VASurfaceID |
Functions | |
void | cv::va_intel::convertFromVASurface (VADisplay display, VASurfaceID surface, Size size, OutputArray dst) |
Converts VASurfaceID object to OutputArray. More... | |
void | cv::va_intel::convertToVASurface (VADisplay display, InputArray src, VASurfaceID surface, Size size) |
Converts InputArray to VASurfaceID object. More... | |
Context & | cv::va_intel::ocl::initializeContextFromVA (VADisplay display, bool tryInterop=true) |
Creates OpenCL context from VA. More... | |
typedef void* VADisplay |
typedef unsigned int VASurfaceID |