ITK
ITK copied to clipboard
Is there an ITK "component" or "module" to use all FFT libraries?
From ITKConfig.cmake to aid in libraries using all ImageIOs and TransfromIOs there are the "ITKImageIO" and ITKTransformIO" CMake components. Is there are similar one for the FFT modules to enable usage in factories?
Currently SimpleITK uses these components to ensure all Transform and ImageIO factories are registered: https://github.com/SimpleITK/SimpleITK/blob/master/Code/IO/src/CMakeLists.txt#L16
Is there a similar module for FFT factory registration?