#include <diskbuffer2_frame.h>
The frames in a DiskBuffer2 are image files loaded from disk.
T | The pixel type of the frames to provide (usually CVD::Rgb<CVD::byte> or CVD::byte . If the image files are of a different type, they will be automatically converted (see Image loading and saving, and format conversion). |
Definition at line 37 of file diskbuffer2_frame.h.
Public Member Functions | |
const std::string & | name () |
void | timestamp (double time) |
const std::string& CVD::DiskBuffer2Frame< T >::name | ( | ) | [inline] |
void CVD::DiskBuffer2Frame< T >::timestamp | ( | double | time | ) | [inline] |
set the time stamp, required for TimedDiskBuffer2
Definition at line 47 of file diskbuffer2_frame.h.
References CVD::VideoFrame< T >::my_timestamp.
Referenced by CVD::TimedDiskBuffer< T >::get_frame().