#include <upconvert.h>
Public Member Functions | |
UpConverter () | |
Constructor. | |
~UpConverter () | |
Destructor. | |
void | DoUpConverter (const PicArray &pic_data, PicArray &up_data) |
Upconvert the picture data. |
Class to upconvert data by a factor of 2 in both dimensions
Definition at line 53 of file upconvert.h.
|
Upconvert the picture data. Upconvert the picture data, where the parameters are
Definition at line 44 of file upconvert.cpp. References dirac::TwoDArray< T >::LengthX(), and dirac::TwoDArray< T >::LengthY(). |