opencv_ffi 1.1.0 copy "opencv_ffi: ^1.1.0" to clipboard
opencv_ffi: ^1.1.0 copied to clipboard

discontinuedreplaced by: opencv_dart

An FFI implementation of the C++ OpenCV library in Dart, with video I/O, image encodings and processing, and some GUI elements.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add opencv_ffi

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

dependencies:
  opencv_ffi: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:opencv_ffi/opencv_ffi.dart';
18
likes
0
pub points
66%
popularity

Publisher

unverified uploader

An FFI implementation of the C++ OpenCV library in Dart, with video I/O, image encodings and processing, and some GUI elements.

Homepage
Repository (GitHub)
View/report issues

Topics

#ffi #opencv #video #image #camera

License

unknown (license)

Dependencies

ffi

More

Packages that depend on opencv_ffi