Login  Register

Re: Modifying Image Histograms

Posted by Gabriel Landini on Jun 22, 2007; 8:36am
URL: http://imagej.273.s1.nabble.com/Modifying-Image-Histograms-tp3698976p3698983.html

On Thursday 21 June 2007 18:01:20 Giancarlo Mascetti wrote:
>          A method called "histogram matching" probably could solve your
> problem (the use the same threshold for a large number of "similar"
> images)... but unfortunately it is not yet available in ImageJ (or as a
> plugin) Some years ago I have written a matlab routine to perform such task
> but was very slow...

Here is a description of one algorithm in IDL. This seems straightforward to
implement as a macro.

http://www.dfanning.com/ip_tips/histomatch.html

Cheers,

G.