image_feature_detector 0.2.1 copy "image_feature_detector: ^0.2.1" to clipboard
image_feature_detector: ^0.2.1 copied to clipboard

A image feature detector using OpenCV for Android and IOS. The target of this package is to make it easy to find features in images using modern computer vision algorithms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add image_feature_detector

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

dependencies:
  image_feature_detector: ^0.2.1

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:image_feature_detector/image_feature_detector.dart';
10
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A image feature detector using OpenCV for Android and IOS. The target of this package is to make it easy to find features in images using modern computer vision algorithms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on image_feature_detector