BlurDebugInfo constructor

BlurDebugInfo({
  1. required bool isSmallFace,
  2. required int badConditions,
  3. required bool skipLaplacianCheck,
})

Creates blur debug information.

Implementation

BlurDebugInfo({
  required this.isSmallFace,
  required this.badConditions,
  required this.skipLaplacianCheck,
});