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

OpenCV bindings for Dart language. dartcv is for pure dart only, for Flutter, use opencv_core or opencv_dart (if videoio module is required).

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);
}
4
likes
150
points
1.79k
downloads

Publisher

verified publisherrainyl.dev

Weekly Downloads

OpenCV bindings for Dart language. dartcv is for pure dart only, for Flutter, use opencv_core or opencv_dart (if videoio module is required).

Homepage
Repository (GitHub)
Contributing

Topics

#opencv #image #ffi #flutter

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi

More

Packages that depend on dartcv4