Package it.tidalwave.image.op
Class ApplyUnsharpMaskOp
- java.lang.Object
-
- it.tidalwave.image.op.Operation
-
- it.tidalwave.image.op.ApplyUnsharpMaskOp
-
public class ApplyUnsharpMaskOp extends Operation
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description ApplyUnsharpMaskOp(double intensity, double radius, double threshold)
Create a new image as an unsharp mask version of the current one.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getIntensity()
double
getRadius()
double
getThreshold()
java.lang.String
toString()
-