public class ContrastEnhancerWrapper extends Object
Constructor and Description |
---|
ContrastEnhancerWrapper() |
ContrastEnhancerWrapper(Patch reference) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Collection<Displayable> patches_) |
boolean |
applyLayerWise(Collection<Layer> layers) |
void |
set(double saturated,
boolean normalize,
boolean equalize,
int stats_mode,
boolean use_full_stack,
boolean from_existing_min_and_max,
boolean visible_only) |
boolean |
showDialog()
Uses the @param reference Patch as the one to extract the reference histogram from.
|
void |
shutdown()
Waits until all tasks have finished executing.
|
public ContrastEnhancerWrapper()
public ContrastEnhancerWrapper(Patch reference)
public void set(double saturated, boolean normalize, boolean equalize, int stats_mode, boolean use_full_stack, boolean from_existing_min_and_max, boolean visible_only) throws Exception
stats_mode
- can be 0==stack histogram, 1==each image's histogram, and 2==reference Patch histogram.Exception
public boolean showDialog()
public boolean applyLayerWise(Collection<Layer> layers)
public boolean apply(Collection<Displayable> patches_)
public void shutdown()
Copyright © 2015–2021 Fiji. All rights reserved.