Skip to content
Snippets Groups Projects
Commit 53ee0c48 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH : remove verbosity

parent 75075342
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,6 @@ void SensorModelAdapter::InverseTransformPoint(double lon, double lat, double h,
assert(ossim::isnan(ossimGPoint.hgt) || (ossimGPoint.hgt > -1000));
this->m_SensorModel->worldToLineSample(ossimGPoint, ossimDPoint); //"worldToLineSample" call "lineSampleHeightToWorld" method for take in care elevation information.
std::cout<<"Inv: "<<h<<" => "<<ossimGPoint.height()<<std::endl;
x = ossimDPoint.x;
y = ossimDPoint.y;
z = ossimGPoint.height();
......
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