NoiseReducerSpatialFilterSettings class
Noise reducer filter settings for spatial filter.
Constructors
- NoiseReducerSpatialFilterSettings({int? postFilterSharpenStrength, int? speed, int? strength})
-
NoiseReducerSpatialFilterSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- postFilterSharpenStrength → int?
-
Specify strength of post noise reduction sharpening filter, with 0 disabling
the filter and 3 enabling it at maximum strength.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → int?
-
The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0
being the nominal value.
final
- strength → int?
-
Relative strength of noise reducing filter. Higher values produce stronger
filtering.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited