dartcv4 2.1.0-dev.2 copy "dartcv4: ^2.1.0-dev.2" to clipboard
dartcv4: ^2.1.0-dev.2 copied to clipboard

OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartcv4

With Flutter:

 $ flutter pub add dartcv4

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

dependencies:
  dartcv4: ^2.1.0-dev.2

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:dartcv4/calib3d.dart';
import 'package:dartcv4/contrib.dart';
import 'package:dartcv4/core.dart';
import 'package:dartcv4/dartcv.dart';
import 'package:dartcv4/dnn.dart';
import 'package:dartcv4/features2d.dart';
import 'package:dartcv4/gapi.dart';
import 'package:dartcv4/highgui.dart';
import 'package:dartcv4/imgcodecs.dart';
import 'package:dartcv4/imgproc.dart';
import 'package:dartcv4/objdetect.dart';
import 'package:dartcv4/photo.dart';
import 'package:dartcv4/stitching.dart';
import 'package:dartcv4/video.dart';
import 'package:dartcv4/videoio.dart';
6
likes
140
points
4.44k
downloads

Publisher

verified publisherrainyl.dev

Weekly Downloads

OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart!

Repository (GitHub)
View/report issues
Contributing

Topics

#opencv #image #ffi #flutter

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

code_assets, data_assets, ffi, hooks, logging, native_toolchain_cmake, path, yaml

More

Packages that depend on dartcv4