#include <videofilebuffer_frame.h>
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.
Public Member Functions | |
void | delete_self () |
Protected Member Functions | |
~VideoFileFrame () | |
VideoFileFrame (double time, CVD::Image< T > &local) |
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.