Class NoiseReducer

    • Method Detail

      • filter

        public final NoiseReducerFilter filter()
        Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.

        If the service returns an enum value that is not available in the current SDK version, filter will return NoiseReducerFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from filterAsString().

        Returns:
        Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.
        See Also:
        NoiseReducerFilter
      • filterAsString

        public final String filterAsString()
        Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.

        If the service returns an enum value that is not available in the current SDK version, filter will return NoiseReducerFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from filterAsString().

        Returns:
        Use Noise reducer filter to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer. * Bilateral preserves edges while reducing noise. * Mean (softest), Gaussian, Lanczos, and Sharpen (sharpest) do convolution filtering. * Conserve does min/max noise reduction. * Spatial does frequency-domain filtering based on JND principles. * Temporal optimizes video quality for complex motion.
        See Also:
        NoiseReducerFilter
      • filterSettings

        public final NoiseReducerFilterSettings filterSettings()
        Settings for a noise reducer filter
        Returns:
        Settings for a noise reducer filter
      • spatialFilterSettings

        public final NoiseReducerSpatialFilterSettings spatialFilterSettings()
        Noise reducer filter settings for spatial filter.
        Returns:
        Noise reducer filter settings for spatial filter.
      • temporalFilterSettings

        public final NoiseReducerTemporalFilterSettings temporalFilterSettings()
        Noise reducer filter settings for temporal filter.
        Returns:
        Noise reducer filter settings for temporal filter.
      • 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)