opencv_core 0.0.1-dev.0 copy "opencv_core: ^0.0.1-dev.0" to clipboard
opencv_core: ^0.0.1-dev.0 copied to clipboard

[core] OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opencv_core

With Flutter:

 $ flutter pub add opencv_core

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

dependencies:
  opencv_core: ^0.0.1-dev.0

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

Import it

Now in your Dart code, you can use:

import 'package:opencv_core/opencv_core.dart';
1
likes
0
pub points
75%
popularity

Publisher

verified publisherrainyl.dev

[core] OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!

Homepage
Repository (GitHub)
View/report issues

Topics

#opencv #image #ffi #flutter

License

unknown (license)

Dependencies

ffi, flutter

More

Packages that depend on opencv_core