opencv_core 1.3.2 opencv_core: ^1.3.2 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.
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 #
Examples #
see example
More examples refet to awesome-opencv_dart and share yours
Screenshots #
see Demos