canny_edge_detection 1.0.2 copy "canny_edge_detection: ^1.0.2" to clipboard
canny_edge_detection: ^1.0.2 copied to clipboard

An edge detection library.

example/main.dart

import 'package:canny_edge_detection/canny_edge_detection.dart';
import 'dart:io';
import 'package:image/image.dart';


void main() {
  Image image = decodeImage(File("input.png").readAsBytesSync());
  canny(image);
  File("output.png").writeAsBytesSync(encodePng(image));
}
4
likes
30
pub points
21%
popularity

Publisher

unverified uploader

An edge detection library.

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

image

More

Packages that depend on canny_edge_detection