Constructor and Description |
---|
MedianFilter(int maskradius)
Creates a new MedianFilter
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage image)
See Filter interface for javadoc
|
void |
filter(int width,
int height,
short[] source,
short[] target) |
public MedianFilter(int maskradius)
maskradius
- Radius of the filter mask. The total length is (2 x radius + 1) so if you want
to have a 5x5 mask the radius would be 2.public BufferedImage filter(BufferedImage image)
Copyright © 2015–2021 Fiji. All rights reserved.