Skip to content
Snippets Groups Projects
Commit 22c3dff9 authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

ITK4: bad copy/paste of WarpImageFilter

parent 9e2d81af
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
#include "vnl/vnl_math.h"
#include "itkVariableLengthVector.h"
#include "otbPixelBuilder.h"
#include "itkPixelBuilder.h"
namespace otb
{
......@@ -46,7 +46,7 @@ WarpImageFilter<TInputImage,TOutputImage,TDeformationField>
m_OutputOrigin.Fill( 0.0 );
m_OutputDirection.SetIdentity();
m_OutputSize.Fill(0);
PixelBuilder<PixelType>::Zero(m_EdgePaddingValue,1);
itk::PixelBuilder<PixelType>::Zero(m_EdgePaddingValue,1);
m_OutputStartIndex.Fill(0);
// Setup default interpolator
typename DefaultInterpolatorType::Pointer interp =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment