22 #ifndef SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_REGULAR_POLICY_H_ 23 #define SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_REGULAR_POLICY_H_ 34 template <
class ZoomStrategy>
38 const Filter& filter)
const;
44 #include "sirius/resampler/image_decomposition/regular_policy.txx" 46 #endif // SIRIUS_RESAMPLER_IMAGE_DECOMPOSITION_REGULAR_POLICY_H_ Definition: exception.h:27
Frequency filter.
Definition: filter.h:52
Implementation of regular image decomposition.
Definition: regular_policy.h:35
Image DecomposeAndZoom(int zoom, const Image &padded_image, const Filter &filter) const
Data class that represents an image (Size + Buffer)
Definition: image.h:65