Data Fields | |
int | bins |
FILE * | pfd |
char | nomhist [200] |
unsigned int * | h |
float | min |
float | max |
float | step |
int | ngm |
Definition at line 32 of file histo.h.
int histo_t::bins |
nombre de intervalles pour histograme
Definition at line 33 of file histo.h.
Referenced by histo_lect(), histofl_calc(), histofl_init(), histou1_calc(), histou1_init(), histou2_calc(), and histou2_init().
FILE* histo_t::pfd |
pointeur fichier histograme
Definition at line 34 of file histo.h.
Referenced by histofl_init(), histou1_init(), and histou2_init().
char histo_t::nomhist[200] |
nom complet du fichier
Definition at line 35 of file histo.h.
Referenced by histo_lect(), histofl_init(), histou1_init(), and histou2_init().
unsigned int* histo_t::h |
tableau histogram
Definition at line 36 of file histo.h.
Referenced by histofl_calc(), histofl_init(), histou1_calc(), histou1_init(), histou2_calc(), and histou2_init().
float histo_t::min |
valeur minimale pour histograme
Definition at line 37 of file histo.h.
Referenced by histo_lect(), histofl_calc(), histofl_init(), histou1_calc(), histou1_init(), histou2_calc(), and histou2_init().
float histo_t::max |
valeur maximale pour histograme
Definition at line 38 of file histo.h.
Referenced by histo_lect(), histofl_init(), histou1_init(), and histou2_init().
float histo_t::step |
valeur pas pour interval
Definition at line 39 of file histo.h.
Referenced by histofl_calc(), histofl_init(), histou1_calc(), histou1_init(), histou2_calc(), and histou2_init().
int histo_t::ngm |
niveau de gris du masque [0, 255] ou -1 (pas de masque)
Definition at line 40 of file histo.h.
Referenced by histo_lect(), histofl_calc(), histofl_init(), histou1_calc(), and histou2_calc().