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

ENH : fill output with input parameters

parent 81f846bd
Branches
Tags
No related merge requests found
......@@ -84,6 +84,7 @@ int otbOptResampleImageFilter(int argc, char* argv[])
/** Set the OptResampler Parameters*/
resampler->SetInput(reader->GetOutput());
resampler->SetOutputParametersFromImage(reader->GetOutput());
resampler->SetTransform(affineTransform);
resampler->SetDeformationFieldSpacing(5.); // TODO : add the spacing
// it to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment