| Modifier and Type | Field and Description |
|---|---|
protected double |
max |
protected double |
min |
protected double |
value |
| Constructor and Description |
|---|
ValueToNoise() |
ValueToNoise(double value,
double min,
double max) |
ValueToNoise(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.
|
public ValueToNoise()
public ValueToNoise(double value,
double min,
double max)
public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilterpublic String toXML(String indent)
IFilterCopyright © 2015–2021 Fiji. All rights reserved.