NoiseReducerFilter enum

Use Noise reducer filter (NoiseReducerFilter) to select one of the following spatial image filtering functions. To use this setting, you must also enable Noise reducer (NoiseReducer). * 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.

Inheritance

Constructors

NoiseReducerFilter()
const

Values

bilateral → const NoiseReducerFilter
mean → const NoiseReducerFilter
gaussian → const NoiseReducerFilter
lanczos → const NoiseReducerFilter
sharpen → const NoiseReducerFilter
conserve → const NoiseReducerFilter
spatial → const NoiseReducerFilter
temporal → const NoiseReducerFilter

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NoiseReducerFilter>
A constant List of the values in this enum, in order of their declaration.