Skip to content
Snippets Groups Projects
Commit 368a80f3 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : use double type for deformation field

parent 2c90b9ef
Branches
Tags
No related merge requests found
...@@ -74,7 +74,7 @@ public: ...@@ -74,7 +74,7 @@ public:
typedef TOutputImage OutputImageType; typedef TOutputImage OutputImageType;
/** Deformation field used to warp the image*/ /** Deformation field used to warp the image*/
typedef itk::Vector<typename TOutputImage::InternalPixelType, typedef itk::Vector<double,
TOutputImage::ImageDimension> DeformationType; TOutputImage::ImageDimension> DeformationType;
typedef otb::Image<DeformationType> DeformationFieldType; typedef otb::Image<DeformationType> DeformationFieldType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment