| Package | Description |
|---|---|
| boofcv.factory.filter.blur |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryBlurFilter.gaussian(Class<T> type,
double sigma,
int radius)
Creates a Gaussian filter for the specified image type.
|
static <T extends ImageSingleBand> |
FactoryBlurFilter.mean(Class<T> type,
int radius)
Creates a mean filter for the specified image type.
|
Copyright © 2013. All Rights Reserved.