22 #ifndef SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_PERIODIC_SMOOTH_POLICY_H_ 23 #define SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_PERIODIC_SMOOTH_POLICY_H_ 36 template <
class ZoomStrategy>
40 const Filter& filter)
const;
43 Image Interpolate2D(
int zoom,
const Image& even_image)
const;
49 #include "sirius/resampler/image_decomposition/periodic_smooth_policy.txx" 51 #endif // SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_PERIODIC_SMOOTH_POLICY_H_ Definition: exception.h:27
Frequency filter.
Definition: filter.h:52
Image DecomposeAndZoom(int zoom, const Image &even_image, const Filter &filter) const
Data class that represents an image (Size + Buffer)
Definition: image.h:65
Implementation of Periodic plus Smooth image decomposition
Definition: periodic_smooth_policy.h:37