Support Multispectral

Depuis la version 0.9.9, ODM a un support de base pour la normalisation radiométrique, qui est capable de générer des orthophotos de réflectance à partir de caméras multispectrales. Les caméras multispectrales capturent plusieurs plans de la scène à l’aide de différents capteurs de bande.

Matériel

Alors que nous visons à prendre en charge autant de caméras que possible, la prise en charge multispectrale a été développée à l’aide des caméras suivantes, afin qu’elles fonctionnent mieux :

D’autres caméras peuvent également fonctionner. Vous pouvez nous aider à étendre cette liste en partageant des ensembles de données capturés avec d’autres caméras.

Utilisation

Traitez toutes les images de toutes les bandes à la fois (ne séparez pas les bandes dans plusieurs dossiers) et passez le paramètre –radiometric-calibration pour activer la normalisation radiométrique. Si les images font partie d’une configuration multi-caméras, l’orthophoto résultante aura N bandes, une pour chaque caméra (+ alpha).

Apprenez à éditer et aidez à améliorer cette page!

Sentera AGX710

While this sensor is not officially supported by ODM, the following workflow gives some good results.

  • all JPGs from the NDRE directory should be renamed with the exact following pattern 0000X_NIR.jpg. No extra “_” should be present in the file names ie 10_51_14_IMG_00008.jpg => 00008_NIR.jpg

  • all JPGs from the nRGB directory should be renamed with the exact following pattern 0000X_RGB.jpg. No extra “_” should be present in the file names ie 10_51_14_IMG_00023.jpg => 00023_RGB.jpg

  • All renamed XXXX_NIR.jpg and XXXX_RGB.jpg should be placed in the same folder

  • The following command could be used to create an odm_orthophoto.tif file

docker run  --rm -v  input_image_dir/:/code/images \
-v output_dir/odm_georeferencing:/code/odm_georeferencing  \
-v output_dir/odm_orthophoto:/code/odm_orthophoto \
-v output_dir/odm_report:/code/odm_report \
opendronemap/odm --auto-boundary
  • After the successful ODM processing, odm_orthophoto.tif bands names could be accurately renamed using contrib/ndvi/rename_sentera_agx710_multispectral_tif.py script

python3 contrib/ndvi/rename_sentera_agx710_multispectral_tif.py  output_dir/odm_orthophoto.tif
  • output_dir/odm_orthophoto.tif could be open with QGIS with correct band names