#include <downconvert.h>
Public Member Functions | |
| DownConverter () | |
| Constructor. | |
| ~DownConverter () | |
| Destructor. | |
| void | DoDownConvert (const PicArray &old_data, PicArray &new_data) |
| A function to do the actual down-conversion. | |
A class for fast down-conversion of picture data. The picture data is downconverted by a factor of two in each dimension, using fast filtering techniques. The filter is a half-band filter designed to trade off frequency response, ringiness, and aliasing
Definition at line 53 of file downconvert.h.
|
||||||||||||
|
A function to do the actual down-conversion. A function to do the actual downconversion.
Definition at line 47 of file downconvert.cpp. References dirac::TwoDArray< T >::LengthX(), and dirac::TwoDArray< T >::LengthY(). |
1.4.5