public class Variance
extends java.lang.Object
| Constructor and Description |
|---|
Variance() |
| Modifier and Type | Method and Description |
|---|---|
static ImageWare |
compute(ImageWare input,
int windowSize)
Compute the local variance for each pixel position in a square window
of size windowSize.
|