| Package | Description |
|---|---|
| com.alee.graphics.filters |
| Modifier and Type | Class and Description |
|---|---|
class |
MedianFilter
A filter which performs a 3x3 median operation.
|
class |
ReduceNoiseFilter
A filter which performs reduces noise by looking at each pixel's 8 neighbours, and if it's a minimum or maximum,
replacing it by the next minimum or maximum of the neighbours.
|
Copyright © 2020. All rights reserved.