opencv_dart 0.6.0 copy "opencv_dart: ^0.6.0" to clipboard
opencv_dart: ^0.6.0 copied to clipboard

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

0.6.0 #

  • add dnn module
  • add more friendly error message, use cv.registerErrorCallback(); before potential error occurring.
  • change return shape of Mat.toList() from (cols, rows) to (rows, cols)

0.5.0 #

  • add asyncarray
  • add calib3d module

0.4.0 #

  • 🚀 add support for photo module

0.3.0 #

  • Please use 0.3.0 or later, tested for android, linux, and windows

0.2.0 #

  • 🎉 add android arm64-v8a, armeabi-v7a, x86, x86_64 prebuild binaries, e.g., dart run opencv_dart:setup -p android -a arm64-v8a to download prebuilt binaries for android arm64-v8a

0.1.0 #

  • Finished: test for aruco, features2d, video module
  • 🎉 this package is STABLE now! 🚀 check API reference for more details
  • more examples and docs are on the way

0.0.4 #

  • adjust prebuilt binaries distribution, use dart run opencv_dart:setup to download prebuilt binaries
  • Finished: test for imgproc module
  • Finished: test for Linux

0.0.3 #

  • more test for imgproc module

0.0.3-dev.0 #

  • Finished: test for core module
  • Minor changes for Mat

0.0.2 #

  • Implemented: imgproc, imgcodecs, core, video, need to be tested!
  • add example

0.0.1 #

  • Initial Release
  • Implemented: imgproc, imgcodecs, core, video, need to be tested!
61
likes
0
pub points
92%
popularity

Publisher

verified publisherrainyl.dev

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

Repository (GitHub)
View/report issues

Topics

#opencv #image #ffi #flutter

License

unknown (license)

Dependencies

archive, args, equatable, ffi, flutter, path, plugin_platform_interface, yaml

More

Packages that depend on opencv_dart