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

TEST: test parameters coherent with baseline

parent 0e0b4ebf
No related branches found
No related tags found
No related merge requests found
......@@ -62,10 +62,10 @@ int otbSensorModel( int argc, char* argv[] )
forwardSensorModel->SetAverageElevation(16.19688987731934);
itk::Point<double,2> imagePoint;
// imagePoint[0]=10;
// imagePoint[1]=10;
imagePoint[0]=3069;
imagePoint[1]=1218;
imagePoint[0]=10;
imagePoint[1]=10;
// imagePoint[0]=3069;
// imagePoint[1]=1218;
itk::Point<double,2> geoPoint;
geoPoint = forwardSensorModel->TransformPoint(imagePoint);
......
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