Class NoiseReducerSpatialFilterSettings

    • Method Detail

      • postFilterSharpenStrength

        public final Integer postFilterSharpenStrength()
        Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.
        Returns:
        Specify strength of post noise reduction sharpening filter, with 0 disabling the filter and 3 enabling it at maximum strength.
      • speed

        public final Integer speed()
        The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
        Returns:
        The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value.
      • strength

        public final Integer strength()
        Relative strength of noise reducing filter. Higher values produce stronger filtering.
        Returns:
        Relative strength of noise reducing filter. Higher values produce stronger filtering.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)