1 #ifndef __DEINTERLACE_FRAME_H__ 2 #define __DEINTERLACE_FRAME_H__ 4 #include <cvd/localvideoframe.h> 10 class DeinterlaceBuffer;
All classes and functions are within the CVD namespace.
Definition: argb.h:6
A frame from a DeinterlaceBuffer, representing one field from an interlaced frame.
Definition: deinterlaceframe.h:21
Definition: deinterlacebuffer.h:76
A frame from a VideoBuffer.
Definition: videoframe.h:35
A full image which manages its own data.
Definition: image.h:623
A frame from a LocalVideoBuffer, which manages its own data rather than wrapping data owned by the sy...
Definition: localvideoframe.h:30
const VideoFrame< T > * full_frame()
Access the original (interlaced) frame.
Definition: deinterlaceframe.h:27