FvRaw image reader implementation.
More...
#include <>>
|
static bool | is_FvRaw (const char *filename) |
| Check if given file contains FvRaw image. More...
|
|
FvRaw image reader implementation.
- Author
- Tim Niemueller
Definition at line 34 of file fvraw.h.
◆ FvRawReader()
firevision::FvRawReader::FvRawReader |
( |
const char * |
filename | ) |
|
Constructor.
- Parameters
-
filename | filename to read from. |
Definition at line 44 of file fvraw.cpp.
◆ ~FvRawReader()
firevision::FvRawReader::~FvRawReader |
( |
| ) |
|
|
virtual |
◆ colorspace()
colorspace_t firevision::FvRawReader::colorspace |
( |
| ) |
|
|
virtual |
◆ is_FvRaw()
bool firevision::FvRawReader::is_FvRaw |
( |
const char * |
filename | ) |
|
|
static |
Check if given file contains FvRaw image.
- Parameters
-
- Returns
- true if file contains FvRaw image, false otherwise
Definition at line 130 of file fvraw.cpp.
◆ pixel_height()
unsigned int firevision::FvRawReader::pixel_height |
( |
| ) |
|
|
virtual |
◆ pixel_width()
unsigned int firevision::FvRawReader::pixel_width |
( |
| ) |
|
|
virtual |
◆ read()
void firevision::FvRawReader::read |
( |
| ) |
|
|
virtual |
◆ set_buffer()
void firevision::FvRawReader::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 75 of file fvraw.cpp.
The documentation for this class was generated from the following files: