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

Ajustement exemple + cosmetique

parent 9a05f380
No related branches found
No related tags found
No related merge requests found
......@@ -77,14 +77,14 @@ ADD_TEST( TutorialsOrthoFusionTest ${EXE_TESTS}
TutorialsOrthoFusionTest
${INPUTLARGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_PAN/02APR01105228-P1BS-000000128955_01_P001.TIF
${INPUTLARGEDATA}/TOULOUSE/QuickBird/000000128955_01_P001_MUL/02APR01105228-M1BS-000000128955_01_P001.TIF
${TEMP}/TutorialsScalingPipelineOutput.tif
${TEMP}/TutorialsOrthoFusionOutput.tif
31
373100
4830184
1000
1000
5
-5
375000
4828100
500
500
0.6
-0.6
)
......
......@@ -150,38 +150,9 @@ int main( int argc, char* argv[] )
// Software Guide : EndCodeSnippet
//
// ************** This shouldn't be necessary any more !!!**********
//
// ImageType::PointType originNull;
// originNull[0]=0;
// originNull[1]=0;
//
// readerPAN->GenerateOutputInformation();
//
// typedef itk::ChangeInformationImageFilter<ImageType > ChangeInfoFilterType;
// ChangeInfoFilterType::Pointer changeInfoPAN = ChangeInfoFilterType::New();
// changeInfoPAN->SetInput(readerPAN->GetOutput());
// changeInfoPAN->ChangeOriginOn();
// changeInfoPAN->SetOutputOrigin(originNull);
// changeInfoPAN->GenerateOutputInformation();
// Software Guide : BeginCodeSnippet
orthoRectifPAN->SetInput(readerPAN->GetOutput());
// Software Guide : EndCodeSnippet
// readerXS->GenerateOutputInformation();
// typedef itk::ChangeInformationImageFilter<VectorImageType > VectorChangeInfoFilterType;
// VectorChangeInfoFilterType::Pointer changeInfoXS = VectorChangeInfoFilterType::New();
// changeInfoXS->SetInput(readerXS->GetOutput());
// changeInfoXS->ChangeOriginOn();
// changeInfoXS->SetOutputOrigin(originNull);
// changeInfoXS->GenerateOutputInformation();
// Software Guide : BeginCodeSnippet
orthoRectifXSVector->SetInput(readerXS->GetOutput());
// 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