Skip to content
Snippets Groups Projects
Commit a4f1c308 authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*correction decalage

parent f228511c
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ int otbImageToSIFTKeyPointSetFilterOutputImage(int argc, char * argv[])
OutputImageType::IndexType indexStart;
indexStart[0] = 0;
indexStart[1] = 1;
indexStart[1] = 0;
region.SetIndex(indexStart);
outputImage->SetRegions(region);
......
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