Class 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.
    • Constructor Detail

      • ApplyUnsharpMaskOp

        public ApplyUnsharpMaskOp​(double intensity,
                                  double radius,
                                  double threshold)
        Create a new image as an unsharp mask version of the current one.
        Parameters:
        intensity -
        radius -
        threshold -
    • Method Detail

      • getIntensity

        public double getIntensity()
      • getRadius

        public double getRadius()
      • getThreshold

        public double getThreshold()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object