dartcv4 2.1.0+1 copy "dartcv4: ^2.1.0+1" to clipboard
dartcv4: ^2.1.0+1 copied to clipboard

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

example/main.dart

import 'package:dartcv4/dartcv.dart' as cv;

void main() {
  final image = cv.Mat.zeros(3, 3, cv.MatType.CV_8UC3);
  cv.randu(image, cv.Scalar.all(0.0), cv.Scalar(255.0));
  print(image);
}
7
likes
150
points
5.05k
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