3.3.9.3.1.1. Program Listing for File debug.hΒΆ

#ifndef SIRIUS_GDAL_DEBUG_H_
#define SIRIUS_GDAL_DEBUG_H_

#include <string>

#include <fftw3.h>

#include "sirius/types.h"

namespace sirius {
namespace gdal {

void SaveFFTAsImage(const fftw_complex* fft, const Size& image_size,
                    const std::string& output_filepath);

}  // gdal
}  // sirius

#endif  // SIRIUS_GDAL_DEBUG_H_