App
GaussianBlurFilterLayerSpecificPresentation.java
Go to the documentation of this file.
1 package mhr.appcore.image.layers.filter;
2 
3 import mhr.appcore.image.layers.LayerSpecificPresentation;
4 
5 
10 
12 
13  public double xSigma;
14  public double ySigma;
15 
16 }