image_blur_detection 1.0.1
image_blur_detection: ^1.0.1 copied to clipboard
A pure Dart package to detect blur, brightness, and contrast issues in images with configurable thresholds. Perfect for card scanning, document scanning, and photo validation.
Changelog #
All notable changes to this project will be documented in this file.
1.0.0 - 2026-01-14 #
Added #
- Initial release
- Blur detection using Laplacian variance algorithm
- Brightness analysis with configurable min/max thresholds
- Contrast analysis using histogram-based approach
ImageQualityValidatorfor combined quality checksQualityConfigwith configurable thresholds and presets- Presets for card scanning, document scanning, and photo capture