blur_detector_dart 1.0.0 copy "blur_detector_dart: ^1.0.0" to clipboard
blur_detector_dart: ^1.0.0 copied to clipboard

Perform Blur Detection using Laplacian Filter , need to set threshold to find blur or not.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blur_detector_dart

With Flutter:

 $ flutter pub add blur_detector_dart

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

dependencies:
  blur_detector_dart: ^1.0.0

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:blur_detector_dart/blur_detector_dart.dart';
3
likes
110
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Perform Blur Detection using Laplacian Filter , need to set threshold to find blur or not.

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

image

More

Packages that depend on blur_detector_dart