Re: Transforming a sparse histogram to a Gaussian histogram



Dev wrote:
Hi All,

I want to convert a natural image (which has a sparse historam
distribution) to an image with a Gaussian histogram distribution. I
tried the gamma correction, stretching and other simple methods but
they didn't work. Could anyone please provide me an algorithm\matlab
code to do this?


The algorithm in section 4.8 of

http://www.jgcampbell.com/ip/ip4.txt

modifies (approximately) a histogram to be approx. compatible with a given pdf.

That is, it is a generalisation of histogram equalisation --- where the desired pdf is the uniform pdf.

A search using appropriate keywords will probably unearth a coded version.

Jon C.

--
Jonathan Campbell www.jgcampbell.com BT48 UK
.



Relevant Pages

  • Re: Manipulate Histogram to get specified mean, stddev
    ... > Woods, Digital Image Processing. ... Get this by summing up the pdf, ~historgram, to x ... > Applying just Tgets you just the histogram equalisation process, ... > stddev, you can construct a Gaussian pdf with these values ...
    (sci.image.processing)
  • Re: Manipulate Histogram to get specified mean, stddev
    ... > Piotr Stanczyk wrote: ... Get this by summing up the pdf, ~historgram, to x ... >> Applying just Tgets you just the histogram equalisation process, ... >> stddev, you can construct a Gaussian pdf with these values ...
    (sci.image.processing)
  • Re: Transforming a sparse histogram to a Gaussian histogram
    ... distribution) to an image with a Gaussian histogram distribution. ... comprised by all the gray levels 195-200 and the other step has gray ...
    (sci.image.processing)
  • Re: How to find PDF from Histogram
    ... Compute some key parameters for that type ... from the histogram ... Plot the PDF for these parameters on top ...
    (comp.soft-sys.matlab)
  • Re: pdf with skew and kurtosis
    ... I will look at PEARSRND and JOHNSRND. ... What I'm really looking for is to overlay a pdf on a histogram. ...
    (comp.soft-sys.matlab)