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.
Values
- bilateral → const NoiseReducerFilter
- mean → const NoiseReducerFilter
- gaussian → const NoiseReducerFilter
- lanczos → const NoiseReducerFilter
- conserve → const NoiseReducerFilter
- spatial → const NoiseReducerFilter
- temporal → const NoiseReducerFilter
Properties
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.