JPEG file reader.
More...
#include <>>
JPEG file reader.
- Author
- Tim Niemueller
Definition at line 36 of file jpeg.h.
◆ JpegReader()
| firevision::JpegReader::JpegReader |
( |
const char * |
filename | ) |
|
Constructor.
- Parameters
-
Definition at line 43 of file jpeg.cpp.
◆ ~JpegReader()
| firevision::JpegReader::~JpegReader |
( |
| ) |
|
|
virtual |
Destructor.
Definition at line 69 of file jpeg.cpp.
◆ colorspace()
| colorspace_t firevision::JpegReader::colorspace |
( |
| ) |
|
|
virtual |
◆ pixel_height()
| unsigned int firevision::JpegReader::pixel_height |
( |
| ) |
|
|
virtual |
◆ pixel_width()
| unsigned int firevision::JpegReader::pixel_width |
( |
| ) |
|
|
virtual |
◆ read()
| void firevision::JpegReader::read |
( |
| ) |
|
|
virtual |
◆ set_buffer()
| void firevision::JpegReader::set_buffer |
( |
unsigned char * |
yuv422planar_buffer | ) |
|
|
virtual |
Set buffer that the read image should be written to.
- Parameters
-
| yuv422planar_buffer | buffer to write image to. The reader must ensure that it does the proper conversion (if needed) to YUV 422 planar format. |
Implements firevision::Reader.
Definition at line 77 of file jpeg.cpp.
The documentation for this class was generated from the following files: