edge_detection 1.0.1 edge_detection: ^1.0.1 copied to clipboard
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 #
Using these native implementation
https://github.com/WeTransfer/WeScan