dartcv4 1.0.1 copy "dartcv4: ^1.0.1" to clipboard
dartcv4: ^1.0.1 copied to clipboard

OpenCV bindings for Dart language. dartcv is for pure dart only, for flutter, please use opencv_core, if you need videoio module, use opencv_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);
}
0
likes
150
pub points
49%
popularity

Publisher

verified publisherrainyl.dev

OpenCV bindings for Dart language. dartcv is for pure dart only, for flutter, please use opencv_core, if you need videoio module, use opencv_dart.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#opencv #image #ffi #flutter

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, logging

More

Packages that depend on dartcv4