LightingThresholds class
Defines the parameters for lighting estimation.
- Annotations
-
- @JsonSerializable()
Constructors
- LightingThresholds.new()
- Defines the parameters for lighting estimation.
-
LightingThresholds.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tooBrightThreshold ↔ double?
-
Threshold used to classify the frame as too bright.
If the calculated lighting score is above this threshold, the frame is discarded.
getter/setter pair
- tooDarkThreshold ↔ double?
-
Threshold used to classify the frame as too dark.
If the calculated lighting score is above this threshold, the frame is discarded.
getter/setter pair
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