Skip to content
Snippets Groups Projects
Commit c83e8cde authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH : update the method name due to StreamingResampleImageFilter changes

parent 8f4c05a7
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ int main(int argc, char* argv[])
orthoRectifPAN->SetInput(readerPAN->GetOutput());
orthoRectifPAN->SetOutputStartIndex(start);
orthoRectifPAN->SetSize(size);
orthoRectifPAN->SetOutputSize(size);
orthoRectifPAN->SetOutputSpacing(spacing);
orthoRectifPAN->SetOutputOrigin(origin);
// Software Guide : EndCodeSnippet
......@@ -209,7 +209,7 @@ int main(int argc, char* argv[])
orthoRectifXSVector->SetInput(readerXS->GetOutput());
orthoRectifXS->SetOutputStartIndex(start);
orthoRectifXS->SetSize(size);
orthoRectifXS->SetOutputSize(size);
orthoRectifXS->SetOutputSpacing(spacing);
orthoRectifXS->SetOutputOrigin(origin);
// Software Guide : EndCodeSnippet
......
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