Skip to content
Snippets Groups Projects
Commit d415e8e0 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Changement du fichier en base (presence de chemin abslou).

parent 939ff561
Branches
Tags
No related merge requests found
......@@ -60,9 +60,6 @@ int otbBSplineInterpolateImageFunction(int argc, char * argv[])
std::ofstream file;
file.open(outfname);
file<<"Interpolated points in image "<<infname<<":"<<std::endl;
file<<std::endl;
for(std::vector<ContinuousIndexType>::iterator it = indicesList.begin();it!=indicesList.end();++it)
{
file<<(*it)<<" -> "<<interpolator->EvaluateAtContinuousIndex((*it))<<std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment