TemporalFilterSettings class
Temporal Filter Settings
Constructors
- TemporalFilterSettings({TemporalFilterPostFilterSharpening? postFilterSharpening, TemporalFilterStrength? strength})
-
TemporalFilterSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- postFilterSharpening → TemporalFilterPostFilterSharpening?
-
If you enable this filter, the results are the following:
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strength → TemporalFilterStrength?
-
Choose a filter strength. We recommend a strength of 1 or 2. A higher
strength might take out good information, resulting in an image that is
overly soft.
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