opencv_core 1.4.1
opencv_core: ^1.4.1 copied to clipboard
OpenCV4 bindings for Flutter. This plugin does NOT include `highgui` and `videoio`, if you need them, please use `opencv_dart` instead.
opencv_core #
OpenCV for Flutter, if highgui or videoio is required, use opencv_dart
Important
OpenCV SDK (~100M) will be downloaded via FetchContent of cmake, you can
set DARTCV_CACHE_DIR environment variable to cache it and avoid downloading it again.
e.g., export DARTCV_CACHE_DIR=$HOME/.cache/dartcv
Supported platforms #
| Platform | Supported | Tested | Platforms |
|---|---|---|---|
| Android | ✅ | ✅ | x86_64, arm64-v8a, armeabi-v7a |
| iOS | ✅ | ✅ | arm64, x64(Simulator) |
| Linux | ✅ | ✅ | x64, arm64 |
| Windows | ✅ | ✅ | x64, arm64 |
| macOS | ✅ | ✅ | x64, arm64 |
Supported modules #
Package Size #
[opencv_dart_size_report]
Examples #
see example
More examples refet to awesome-opencv_dart and share yours
Screenshots #
see Demos
License #
Apache-2.0 License