Skip to content
Snippets Groups Projects
Commit 281c79f0 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

exemple d'Orthofusion

parent 727fe092
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ int main( int argc, char* argv[] )
// writer->SetInput(orthoRectifFilter->GetOutput());
writer->SetInput(perBandFilter->GetOutput());
writer->SetTilingStreamDivisions(20);
writer->SetTilingStreamDivisions();
// Software Guide : EndCodeSnippet
......
......@@ -252,7 +252,7 @@ int main( int argc, char* argv[] )
writer->SetInput(fusion->GetOutput());
writer->SetTilingStreamDivisions(20);
writer->SetTilingStreamDivisions();
writer->Update();
......
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