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

Exemple Threshold to pointset

parent 398d913a
Branches
Tags
No related merge requests found
......@@ -614,7 +614,7 @@ namespace otb
oss<<index<<" (image position)"<<std::endl;
PointType point;
m_InputImage->TransformIndexToPhysicalPoint(index,point);
oss<< setprecision(12) <<point<<" (physical coordinates)"<<std::endl;
oss <<point<<" (physical coordinates)"<<std::endl;
if(m_InputImage->GetBufferedRegion().IsInside(index))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment