Hello, my multispectral images were captured by the ms600pro. I would like to know if there is any method that can help me successfully stitch multispectral images with multiple bands. Currently, I have tried modifying the image names and EXIF parameters of the images by imitating the DJI Mavic 3 Multispectral drone, but it has been futile. In the end, they were all stitched as regular images, and only the red band and alpha band are displayed in QGIS. Below is the command I am currently using for stitching: sudo docker run -ti --rm -v /data/temp/MS600/prepared_odm/merge_test:/datasets opendronemap/odm --project-path /datasets test_camera --radiometric-calibration camera+sun --feature-quality medium --feature-type sift --matcher-neighbors 8 --min-num-features 10000 --orthophoto-resolution 5 --skip-3dmodel --fast-orthophoto --pc-filter 2. The naming convention for images captured by the ms600pro is similar to this: MS600_${id}450nm.tif, MS600${id}555nm.tif, MS600${id}660nm.tif, MS600${id}720nm.tif, MS600${id}750nm.tif, MS600${id}_840nm.tif.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.