Hi anonymous,
The Process>Enhance Contrast command has a Help Button, which links to
the documentation:
https://imagej.nih.gov/ij/docs/menus/process.html#enhanceThe "saturated=0.35" fills in 0.35 into the "Saturated pixels:" field of
the Dialog. The checkboxes remain unchecked: To select a checkbox, one
would have to add its name, e.g.
"run", "Enhance Contrast", "saturated=0.35 equalize"
If you want to know more about the internals of an ImageJ command:
Type (CTRL) L and "Enhance Contrast". Then you get the Class responsible
for it (ij.plugin.ContrastEnhancer) and a button to show the source code.
Michael
________________________________________________________________
On 30/12/2017 20:26, doritoman23 wrote:
> In the brightness contrast adjustment, there is an option to press auto which
> apparently does this:
> "run", "Enhance Contrast", "saturated=0.35"
>
> However, how exactly does enhance contrast work with a saturation value? Is
> there any code available for this?
>
> Thanks
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html