blur_detector_image 1.0.1 copy "blur_detector_image: ^1.0.1" to clipboard
blur_detector_image: ^1.0.1 copied to clipboard

Copy from Blur Detector Dart by GobalKrishnan - 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_image

With Flutter:

 $ flutter pub add blur_detector_image

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

dependencies:
  blur_detector_image: ^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:blur_detector_image/blur_detector_dart.dart';
1
likes
125
points
205
downloads

Publisher

unverified uploader

Weekly Downloads

Copy from Blur Detector Dart by GobalKrishnan - Perform Blur Detection using Laplacian Filter, need to set threshold to find blur or not.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

image

More

Packages that depend on blur_detector_image