Commande decimateNtiff

Création d'une image TIFF géoréférencée à partir de n images sources géoréférencées par décimation

Auteur
Institut national de l'information géographique et forestière

L'implémentation de cette commande se trouve dans le fichier decimateNtiff.cpp

Détails du chaînage des différentes classes d'image :

--- config: theme: neutral flowchart: htmlLabels: false --- flowchart TB img1@{ shape: proc, label: "FileImage"} img1_notes@{ shape: braces, label: "1 par image en entrée à décimer en lecture avec un éventuel convertisseur"} img1 -.- img1_notes img2@{ shape: proc, label: "FileImage"} img2_notes@{ shape: braces, label: "1 pour l'image de fond en lecture"} img2 -.- img2_notes img3@{ shape: proc, label: "ExtendedCompoundImage"} img4@{ shape: proc, label: "DecimatedImage"} img4 --> img3 --> img1 img5@{ shape: proc, label: "ExtendedCompoundImage"} img5 --> img4 img5 -- si il y a un fond --> img2 img8@{ shape: proc, label: "FileImage"} img8_notes@{ shape: braces, label: "image en sortie en écriture"} img8 -.- img8_notes img5 write@-- est lue ligne par ligne pour écrire --> img8 write@{ animate: true } classDef optionnal stroke-dasharray: 5 5; class img2 optionnal