edge_detection 0.0.1 edge_detection: ^0.0.1 copied to clipboard
Plugin to detect edges of objects
edge_detection #
Plugin to detect edges of objects
Usage: #
Add dependency: #
Please check the latest version before installation.
dependencies:
flutter:
sdk: flutter
edge_detection: ^0.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;
Getting Started #
Run the example app from the repository. It's a sample app which uses the edge_detection plugin.
Screenshots #
Android #
iOS #
Using these native implementation
https://github.com/WeTransfer/WeScan
https://github.com/KePeng1019/SmartPaperScan
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.