From dc3b54ae23d2d4646f0b55107a8984de4a0918cd Mon Sep 17 00:00:00 2001 From: Patrick Imbo <patrick.imbo@c-s.fr> Date: Mon, 11 Sep 2006 08:56:25 +0000 Subject: [PATCH] =?UTF-8?q?otbForwardFourierMellinTransformImageFilter=20:?= =?UTF-8?q?=20impl=C3=A9mentation=20de=20la=20classe=20+=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otbForwardFourierMellinTransformImageFilter.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/FeatureExtraction/otbForwardFourierMellinTransformImageFilter.txx b/Code/FeatureExtraction/otbForwardFourierMellinTransformImageFilter.txx index 85960f14ee..3f2f6bda3d 100644 --- a/Code/FeatureExtraction/otbForwardFourierMellinTransformImageFilter.txx +++ b/Code/FeatureExtraction/otbForwardFourierMellinTransformImageFilter.txx @@ -39,7 +39,7 @@ ForwardFourierMellinTransformImageFilter<TPixel, TInterpol, Dimension > ::GenerateData() { m_LogPolarResample->SetInput( this->GetInput() ); - m_FourierTransform->SetInput( m_LogPolarResample->GetInput() ); + m_FourierTransform->SetInput( m_LogPolarResample->GetOutput() ); m_FourierTransform->GraftOutput( this->GetOutput() ); m_FourierTransform->Update(); this->GraftOutput(m_FourierTransform->GetOutput() ); -- GitLab