|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplugins.big.blobgenerator.filters.BlurFilter
public abstract class BlurFilter
Abstract class to blur images.
| Constructor Summary | |
|---|---|
BlurFilter()
|
|
| Method Summary | |
|---|---|
static icy.image.IcyBufferedImage[] |
apply(icy.image.IcyBufferedImage[] inputs,
double sigma)
Apply a Gaussian blur to the given image with the given standard deviation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlurFilter()
| Method Detail |
|---|
public static icy.image.IcyBufferedImage[] apply(icy.image.IcyBufferedImage[] inputs,
double sigma)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||