Modifier and Type | Field and Description |
---|---|
protected int |
bins |
protected int |
blockRadius |
protected boolean |
fast |
protected float |
slope |
Constructor and Description |
---|
CLAHE() |
CLAHE(boolean fast,
int blockRadius,
int bins,
float slope) |
CLAHE(Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ij.process.ImageProcessor |
process(ij.process.ImageProcessor ip)
Execute the filter, returning possibly a new ImageProcessor, or the same as given.
|
String |
toXML(String indent)
Create an XML representation of this Filter.
|
protected int blockRadius
protected int bins
protected float slope
protected boolean fast
public CLAHE()
public CLAHE(boolean fast, int blockRadius, int bins, float slope)
public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilter
public String toXML(String indent)
IFilter
Copyright © 2015–2021 Fiji. All rights reserved.