BlurDebugInfo class
Debug information for blur detection analysis.
Contains additional details used in blur detection logic.
Constructors
- BlurDebugInfo({required bool isSmallFace, required int badConditions, required bool skipLaplacianCheck})
- Creates blur debug information.
Properties
- badConditions → int
-
Number of quality conditions that failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSmallFace → bool
-
Whether the detected face is smaller than the minimum threshold.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipLaplacianCheck → bool
-
Whether Laplacian variance check was skipped.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited