ITK icon indicating copy to clipboard operation
ITK copied to clipboard

Is there an ITK "component" or "module" to use all FFT libraries?

Open blowekamp opened this issue 3 years ago • 5 comments

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?

blowekamp avatar Jan 06 '22 17:01 blowekamp