ITK ERROR: Object factory failed to instantiate class itk::RealToHalfHermitianForwardFFTImageFilter #5048
Labels
type:Bug
Inconsistencies or issues which will cause an incorrect result under some or all circumstances
I use cmake compiled ITK5.3.0, perform
using FFTType = itk: : RealToHalfHermitianForwardFFTImageFilter < class itk: : Image < float, 3 > >; TRY_AND_EXIT_ON_ITK_EXCEPTION(typename FFTType::Pointer fft = FFTType::New());
Error:Location: "class itk::SmartPointer<class itk::RealToHalfHermitianForwardFFTImageFilter<class itk::Image<double,3>,class itk::Image<class std::complex,3> > > __cdecl itk::RealToHalfHermitianForwardFFTImageFilter<class itk::Image<double,3>,class itk::Image<class std::complex,3> >::New(void)"
File: F: \ ITK \ Bin \ include \ \ itkRealToHalfHermitianForwardFFTImageFilter ITK 5.3 h
Line: 85
Description: ITK ERROR: Object factory failed to instantiate class itk::RealToHalfHermitianForwardFFTImageFilter<class itk::Image<double,3>,class itk::Image<class std::complex,3> >.
What should I do about it? I did not check ITK_USE_FFTWF in cmake, because this problem will also occur if it is checked.
The text was updated successfully, but these errors were encountered: