GenericRegionMerging - latitude-reverted output
I am using the GenericRegionMerging application on a small piece of a Spot6 image.
As output (i.e. segmented image) I get a latitude-reverted image compared to the original image (see picture enclosed).
Note that the only files available in the input data folder are the ROI image and the associated geom file (i.e. no XML nor TFW file). I have also tried to use the skipcarto=true or skipgeom=true, without success.
I attach here the geom file of my input image, as well as the gdalinfo of the output image (segmentation)
SEN_SPOT7_20171012_PANSHARPEN_ROI.geomgdalinfo_segmented.txt
The TIF image I am trying to segment is available here: https://we.tl/t-XqwgwEvgmf
The process I execute: /home/ptaconet/OTB-6.6.0-Linux64/bin/otbcli_GenericRegionMerging -in /home/ptaconet/react/MD_SPOT6_2017_HC_BRUT_GEOSUD_108/SEN_SPOT7_20171012_PANSHARPEN_ROI.tif -out /home/ptaconet/react/MD_SPOT6_2017_HC_BRUT_GEOSUD_108/genericregionmerging.tif int32 -threshold 25 -cw 0.8 -sw 0.2
Do you know if I am doing something wrong?
Another ancillary question: is it normal that the algo does not produce any geom file as output?