Histogramme

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
Jerome
Posts: 7
Joined: Wed Apr 19, 2006 5:32 am
Location: Reims

Histogramme

Post by Jerome »

Bonjour,
j'aurais souhaité faire apparaître l'histogramme d'une image en niveaux de gris.
Comment puis-je procéder ?

merci
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Histogramme

Post 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...
Pierre.
Alessandro

Post 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
Post Reply