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
copied to clipboard

With Flutter:

 $ flutter pub add blur_detector_image
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
130
points
92
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.27 - 2025.03.11

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

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

image

More

Packages that depend on blur_detector_image