CVD 0.8
Public Member Functions
CVD::DiskBuffer2Frame< T > Class Template Reference

A frame from a DiskBuffer2. More...

#include <diskbuffer2_frame.h>

Inheritance diagram for CVD::DiskBuffer2Frame< T >:
CVD::LocalVideoFrame< T > CVD::VideoFrame< T > CVD::BasicImage< T > CVD::SubImage< T >

List of all members.

Public Member Functions

const std::string & name ()
void timestamp (double time)

Detailed Description

template<typename T>
class CVD::DiskBuffer2Frame< T >

A frame from a DiskBuffer2.

The frames in a DiskBuffer2 are image files loaded from disk.

Parameters:
TThe 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.


The documentation for this class was generated from the following file: