#include #include int main() { using FilterType = itk::VnlForwardFFTImageFilter>; auto fftFilter = FilterType::New(); return 0; }