Skip to content
Snippets Groups Projects
Commit 0778b51f authored by Julien Malik's avatar Julien Malik
Browse files

ENH: fix ProjectiveProjection test

parent 363f298f
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ int otbProjectiveProjectionTestHighSNR(int argc, char * argv[])
MatrixImageFilterType::Pointer mulUd = MatrixImageFilterType::New();
mulUd->SetInput(readerImage->GetOutput());
mulUd->SetMatrix(Ud);
mulUd->MatrixByVectorOn();
mulUd->UpdateOutputInformation();
VectorImageType::Pointer Xd = mulUd->GetOutput();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment