22 #ifndef SIRIUS_RESAMPLER_ZOOM_STRATEGY_PERIODIZATION_STRATEGY_H_    23 #define SIRIUS_RESAMPLER_ZOOM_STRATEGY_PERIODIZATION_STRATEGY_H_    47 #endif  // SIRIUS_RESAMPLER_ZOOM_STRATEGY_PERIODIZATION_STRATEGY_H_ Definition: exception.h:27
 
Implementation of periodization frequency zoom. 
Definition: periodization_strategy.h:35
 
Frequency filter. 
Definition: filter.h:52
 
std::unique_ptr<::fftw_complex[], detail::ComplexDeleter > ComplexUPtr
Definition: types.h:57
 
Image Zoom(int zoom, const Image &padded_image, const Filter &filter) const
 
Data class that represents an image (Size + Buffer) 
Definition: image.h:65