I am currently busy updating our headless scripts to work with the new Metashape 1.6 version. I feel like there are many changes in the API so this is probably the first of many small questions.
I used to work with accuracy=Metashape.HighQuality (For Dense Cloud) and Metashape.HighAccuracy (for Image Matching) and I see that this is changed to downscale=1
-----
For Image matching:Metashape.HigestAccuracy correponds with downscale = 0.25 (because it is actually an 4 times upscale?)
Metashape.HighAccuracy corresponds with downscale = 1
Metashape.MediumAccuracy corresponds with downscale = 4
Metashape.LowAccuracy corresponds with downscale = 16
Metashape.LowestAccuracy corresponds with downscale = 64
For Dense cloud:Metashape.HigestQuality which now corresponds with downscale=1
Metashape.HighQuality corresponds with downscale=4
Metashape.MediumQuality corresponds with downscale = 16
Metashape.LowQuality corresponds with downscale = 64
Metashape.LowestQuality corresponds with downscale = 256
is this correct?
Kind regards,
Sven