SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
OpenCV Capture Device. More...
#include <CVCamera.h>
#include <algorithm>
#include <CVCapture.h>
#include <CVImage.h>
#include <Utils.h>
#include <FtpUtils.h>
#include <AppCommon.h>
#include <Profiler.h>
#include <opencv2/core/utils/logger.hpp>
Go to the source code of this file.
Classes | |
struct | colorBGR |
YUV to RGB image infos. Offset value can be negative for mirrored copy. More... | |
struct | YUV2RGB_ImageInfo |
YUV to RGB image infos. Offset value can be negative for mirrored copy. More... | |
struct | YUV2RGB_BlockInfo |
YUV to RGB image block infos that are different per thread. More... | |
Functions | |
void | yuv2rbg (uchar y, uchar u, uchar v, uchar &r, uchar &g, uchar &b) |
YUV to RGB image infos. Offset value can be negative for mirrored copy. More... | |
void * | convertYUV2RGB (YUV2RGB_BlockInfo *block) |
YUV to RGB conversion function called by multiple threads. More... | |
OpenCV Capture Device.
Definition in file CVCapture.cpp.
void* convertYUV2RGB | ( | YUV2RGB_BlockInfo * | block | ) |
YUV to RGB conversion function called by multiple threads.
/param info image block information struct with thread specific information
Definition at line 594 of file CVCapture.cpp.
|
inline |
YUV to RGB image infos. Offset value can be negative for mirrored copy.
Definition at line 528 of file CVCapture.cpp.