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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_blur_detection

With Flutter:

 $ flutter pub add image_blur_detection

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  image_blur_detection: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:image_blur_detection/image_blur_detection.dart';
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