empirical cumulative density function?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

empirical cumulative density function?

Francis
Hello,

Does ImageJ have the ability to apply empirical cumulative density function
to a image as described in the following paper.

https://www.royalholloway.ac.uk/earthsciences/documents/pdf/labs/rittnerlaicpmsmappingcg2012.pdf

Best,

Francis

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: empirical cumulative density function?

Gabriel Landini
On Thursday 11 Jun 2015 21:07:58 Francis OBrien wrote:
> Does ImageJ have the ability to apply empirical cumulative density function
> to a image as described in the following paper.
>
> https://www.royalholloway.ac.uk/earthsciences/documents/pdf/labs/rittnerlaic
> pmsmappingcg2012.pdf

Isn't that the same result you would get with "histogram equalisation"?
If so you could do that just by:

run("Enhance Contrast...", "saturated=0 equalize");


Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html