Modifier and Type | Field and Description |
---|---|
protected double |
radius |
protected int |
type
See
RankFilters . |
Constructor and Description |
---|
RankFilter() |
RankFilter(double radius,
int type) |
RankFilter(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 RankFilter()
public RankFilter(double radius, int type)
radius
- The radius around every pixel to get values from for the specific algorithm type
.type
- Any of the types in RankFilters
such as RankFilters.MEDIAN
, RankFilters.DESPECKLE
, etc.public ij.process.ImageProcessor process(ij.process.ImageProcessor ip)
IFilter
public String toXML(String indent)
IFilter
Copyright © 2015–2021 Fiji. All rights reserved.