cam_frame_scanner 2.0.0 copy "cam_frame_scanner: ^2.0.0" to clipboard
cam_frame_scanner: ^2.0.0 copied to clipboard

A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cam_frame_scanner

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cam_frame_scanner: ^2.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cam_frame_scanner/edge_detection.dart';
import 'package:cam_frame_scanner/edge_detection_camera.dart';
0
likes
135
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to detect edges of objects, scan paper, detect corner, detect rectangle. It allows cropping of the detected object image and returns the path of the cropped image.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on cam_frame_scanner

Packages that implement cam_frame_scanner