App
LaplacianOfGaussianSharpenFilterLayerSpecificPresentation.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  public boolean area;
15 
23  this.sigma = sigma;
24  this.force = force;
25  this.area = area;
26 
27  }
28 
29 }