App
GaussianSharpenFilterLayerSpecificPresentation.java
Go to the documentation of this file.
1 package mhr.appcore.image.layers.filter;
2 
3 import mhr.appcore.image.layers.LayerSpecificPresentation;
4 import mhr.appcore.tools.actiondata.CancelableToolActionData.Action;
5 
10 
11 
12  public double sigma;
13  public double force;
14 
22  this.sigma = sigma;
23  this.force = force;
24 
25  }
26 
27 }