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

outdated

This is a flutter plugin to detect edges of objects. You can use this plugin to scan paper, detect corner, detect rectangle. The plugin also allows for cropping of the image of the detected object. Th [...]

edge_detection #

Plugin to detect edges of objects

Usage: #

Add dependency: #

Please check the latest version before installation.

dependencies:
  flutter:
    sdk: flutter
  edge_detection: ^1.0.1

Add the following imports to your Dart code: #

import 'package:edge_detection/edge_detection.dart';

//Make sure to await the call to detectEdge.
String imagePath = await EdgeDetection.detectEdge;

Demo #

Demo

Using these native implementation
https://github.com/WeTransfer/WeScan

https://github.com/KePeng1019/SmartPaperScan

260
likes
0
pub points
94%
popularity

Publisher

unverified uploader

This is a flutter plugin to detect edges of objects. You can use this plugin to scan paper, detect corner, detect rectangle. The plugin also allows for cropping of the image of the detected object. The plugin returns the path of the image that's saved on the mobile phone after the cropping is completed.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on edge_detection