dartcv4 0.0.1 dartcv4: ^0.0.1 copied to clipboard
OpenCV bindings for Dart language. dartcv is for pure dart only, for flutter, please use [opencv_core](https://pub.dev/packages/opencv_core), if you need videoio module, use [opencv_dart](https://pub. [...]
DartCv #
OpenCV bindings for Dart language.
dartcv is only for pure dart, for Flutter, use opencv_core, if videoio module is required, use opencv_dart
Install #
dart pub add dartcv
or Add dartcv topubspec.yaml
- Prepare libraries for your platform, you have 2 options (macos: please build from source.)
- Setup environment variables
- windows: append the above path to
PATH
- linux: append the above path to
LD_LIBRARY_PATH
- macos: append the above path to
DYLD_LIBRARY_PATH
- windows: append the above path to