image_blur_detection 1.0.1 copy "image_blur_detection: ^1.0.1" to clipboard
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.1 - 2026-01-14 #

Changed #

  • Update README demo section with screenshot and video link

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
  • ImageQualityValidator for combined quality checks
  • QualityConfig with configurable thresholds and presets
  • Presets for card scanning, document scanning, and photo capture
1
likes
160
points
160
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#image #blur-detection #image-processing #quality-validation #flutter

Documentation

API reference

License

MIT (license)

Dependencies

image

More

Packages that depend on image_blur_detection