#include <gpu.hpp>
|
enum | Codec {
MPEG1 = 0,
MPEG2,
MPEG4,
VC1,
H264,
JPEG,
H264_SVC,
H264_MVC,
Uncompressed_YUV420 = (('I'<<24)|('Y'<<16)|('U'<<8)|('V')),
Uncompressed_YV12 = (('Y'<<24)|('V'<<16)|('1'<<8)|('2')),
Uncompressed_NV12 = (('N'<<24)|('V'<<16)|('1'<<8)|('2')),
Uncompressed_YUYV = (('Y'<<24)|('U'<<16)|('Y'<<8)|('V')),
Uncompressed_UYVY = (('U'<<24)|('Y'<<16)|('V'<<8)|('Y'))
} |
|
enum | ChromaFormat { Monochrome =0,
YUV420,
YUV422,
YUV444
} |
|
§ ChromaFormat
Enumerator |
---|
Monochrome | |
YUV420 | |
YUV422 | |
YUV444 | |
§ Codec
Enumerator |
---|
MPEG1 | |
MPEG2 | |
MPEG4 | |
VC1 | |
H264 | |
JPEG | |
H264_SVC | |
H264_MVC | |
Uncompressed_YUV420 | |
Uncompressed_YV12 | |
Uncompressed_NV12 | |
Uncompressed_YUYV | |
Uncompressed_UYVY | |
§ VideoReader_GPU() [1/3]
cv::gpu::VideoReader_GPU::VideoReader_GPU |
( |
| ) |
|
§ VideoReader_GPU() [2/3]
cv::gpu::VideoReader_GPU::VideoReader_GPU |
( |
const std::string & |
filename | ) |
|
|
explicit |
§ VideoReader_GPU() [3/3]
§ ~VideoReader_GPU()
cv::gpu::VideoReader_GPU::~VideoReader_GPU |
( |
| ) |
|
§ close()
void cv::gpu::VideoReader_GPU::close |
( |
| ) |
|
§ dumpFormat()
void cv::gpu::VideoReader_GPU::dumpFormat |
( |
std::ostream & |
st | ) |
|
§ format()
FormatInfo cv::gpu::VideoReader_GPU::format |
( |
| ) |
const |
§ isOpened()
bool cv::gpu::VideoReader_GPU::isOpened |
( |
| ) |
const |
§ open() [1/2]
void cv::gpu::VideoReader_GPU::open |
( |
const std::string & |
filename | ) |
|
§ open() [2/2]
§ read()
bool cv::gpu::VideoReader_GPU::read |
( |
GpuMat & |
image | ) |
|
The documentation for this class was generated from the following file: