A ref counted video frame. More...
#include "vidl_pixel_format.h"
#include <vil/vil_memory_chunk.h>
#include <vil/vil_image_view_base.h>
Go to the source code of this file.
Classes | |
class | vidl_frame |
A ref counted video frame. More... | |
class | vidl_shared_frame |
A frame buffer that shares someone else's data. More... | |
class | vidl_memory_chunk_frame |
A frame buffer that wraps a vil_memory_chunk. More... |
A ref counted video frame.
The vidl_frame is meant to be an object for transmitting a frame buffer from a vidl_istream to a vidl_ostream. It is possible that the actual image buffer cannot be wrapped by a vil_image_view in a meaningful way (i.e. YUV 4:2:2). To work with a frame as an image use vidl_convert_to_view
Definition in file vidl_frame.h.