Sirius  0.0.0
debug.h
Go to the documentation of this file.
1 
22 #ifndef SIRIUS_GDAL_DEBUG_H_
23 #define SIRIUS_GDAL_DEBUG_H_
24 
25 #include <string>
26 
27 #include <fftw3.h>
28 
29 #include "sirius/types.h"
30 
31 namespace sirius {
32 namespace gdal {
33 
34 void SaveFFTAsImage(const fftw_complex* fft, const Size& image_size,
35  const std::string& output_filepath);
36 
37 } // gdal
38 } // sirius
39 
40 #endif // SIRIUS_GDAL_DEBUG_H_
Definition: exception.h:27
void SaveFFTAsImage(const fftw_complex *fft, const Size &image_size, const std::string &output_filepath)
Data class that represents the size of an image.
Definition: types.h:38