#include <videofilebuffer_frame.h>
Public Member Functions | |
void | delete_self () |
Protected Member Functions | |
VideoFileFrame (double time, CVD::Image< T > &local) | |
~VideoFileFrame () | |
Friends | |
class | VFB::RawVideoFileBuffer |
A frame from a VideoFileBuffer.
T | The pixel type of the video frames. Currently only CVD::Rgb<CVD::byte> > and CVD::byte> are supported. |
Definition at line 45 of file videofilebuffer_frame.h.
CVD::VideoFileFrame< T >::~VideoFileFrame | ( | ) | [inline, protected] |
Definition at line 52 of file videofilebuffer_frame.h.
CVD::VideoFileFrame< T >::VideoFileFrame | ( | double | time, | |
CVD::Image< T > & | local | |||
) | [inline, protected] |
Construct a video frame from an Image and a timestamp
time | The timestamp of this frame | |
local | The Image to use for this frame |
Definition at line 59 of file videofilebuffer_frame.h.
void CVD::VideoFileFrame< T >::delete_self | ( | ) | [inline] |
Definition at line 50 of file videofilebuffer_frame.h.
friend class VFB::RawVideoFileBuffer [friend] |
Definition at line 47 of file videofilebuffer_frame.h.