Modifier and Type | Field and Description |
---|---|
protected int |
brx1 |
protected int |
brx2 |
protected int |
bry1 |
protected int |
bry2 |
protected int |
scaleLevel |
protected float |
stds1 |
protected float |
stds2 |
Constructor and Description |
---|
RobustNormalizeLocalContrast() |
RobustNormalizeLocalContrast(int scaleLevel,
int blockRadiusX1,
int blockRadiusY1,
float stdDevs1,
int blockRadiusX2,
int blockRadiusY2,
float stdDevs2) |
RobustNormalizeLocalContrast(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 scaleLevel
protected int brx1
protected int bry1
protected int brx2
protected int bry2
protected float stds1
protected float stds2
public RobustNormalizeLocalContrast()
public RobustNormalizeLocalContrast(int scaleLevel, int blockRadiusX1, int blockRadiusY1, float stdDevs1, int blockRadiusX2, int blockRadiusY2, float stdDevs2)
public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilter
public String toXML(String indent)
IFilter
Copyright © 2015–2021 Fiji. All rights reserved.