Modifier and Type | Field and Description |
---|---|
protected int |
brx |
protected int |
bry |
protected boolean |
cent |
protected float |
stds |
protected boolean |
stret |
Constructor and Description |
---|
NormalizeLocalContrast() |
NormalizeLocalContrast(int blockRadiusX,
int blockRadiusY,
float stdDevs,
boolean center,
boolean stretch) |
NormalizeLocalContrast(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 brx
protected int bry
protected float stds
protected boolean cent
protected boolean stret
public NormalizeLocalContrast()
public NormalizeLocalContrast(int blockRadiusX, int blockRadiusY, float stdDevs, boolean center, boolean stretch)
public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilter
public String toXML(String indent)
IFilter
Copyright © 2015–2021 Fiji. All rights reserved.