Page 1 of 1
Histogramme
Posted: Wed Apr 19, 2006 7:11 am
by Jerome
Bonjour,
j'aurais souhaité faire apparaître l'histogramme d'une image en niveaux de gris.
Comment puis-je procéder ?
merci
Re: Histogramme
Posted: Tue May 02, 2006 7:47 am
by xnview
Jerome wrote:Bonjour,
j'aurais souhaité faire apparaître l'histogramme d'une image en niveaux de gris.
Comment puis-je procéder ?
Actuellement il n'existe pas de foncitons pour vous faire l'histogramme, par contre vous pouvez le faire par vous meme...
Posted: Fri May 05, 2006 5:48 pm
by Alessandro
convert in grayscale, and count how many pixels exist of a given intensity (use the data field for this), then normalize the values obtained using log10 if you want display the result in log scale