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

A frame from a DeinterlaceBuffer, representing one field from an interlaced frame. More...

#include <deinterlaceframe.h>

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

List of all members.

Public Member Functions

const VideoFrame< T > * full_frame ()

Detailed Description

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

A frame from a DeinterlaceBuffer, representing one field from an interlaced frame.

If the buffer is extracting both fields from the video frames, the time of the first field is reported as being the time of the original frame, while the time of the second field will be 1/frame_rate() further on.

Parameters:
TThe pixel type of the original video buffer

Definition at line 39 of file deinterlaceframe.h.


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