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.

blur_detector_dart #

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

import 'package:initial_image_process/initial_image_process.dart';

Future<void> main(List<String> arguments) async {
  var list = [
    "asset/blur_300.png",
    "asset/100%.jpg",
    "asset/98%.jpg",
    "asset/0%.jpg",
    "asset/84%.jpg",
    "asset/men_small_500.png"
  ];

  for (var i in list) {
    var variance = await read_image_file(i);
    print(variance);
  }
}
1
likes
130
points
102
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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

image

More

Packages that depend on blur_detector_image