GetBackGround
Description :
Cette fonction permet d'obtenir la valeur moyenne du fond de ciel ainsi que le bruit moyen (sigma) d'une image.
Syntaxe :
GETBACKGROUND Img Background Sigma
Variables :
Paramètres | Entrées / Sorties | Type | Description |
Img | Entrée | Image | Nom interne de l'image à analyser |
Background | Sortie | Réel | Fond de ciel |
Sigma | Sortie | Réel | Bruit moyen |
Exemple :
PRINT "Charger l'image :" GetImage Img GETBACKGROUND Img Background Sigma PRINT "Fond de ciel = " Background PRINT "Ecart type sigma = " Sigma Télécharger l'exemple |