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

outdated

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.

259
likes
30
pub points
94%
popularity

Publisher

unverified uploader

Plugin to detect edges of objects

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on edge_detection