dartcv4 0.0.1 copy "dartcv4: ^0.0.1" to clipboard
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 to pubspec.yaml
  • Prepare libraries for your platform, you have 2 options (macos: please build from source.)
    • build from source, see workflows
    • download prebuilt libraries from release
    • move/copy the libraries to a directory, e.g., ~/.dartcv
  • 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
0
likes
0
pub points
49%
popularity

Publisher

verified publisherrainyl.dev

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.dev/packages/opencv_dart).

Homepage
Repository (GitHub)
View/report issues

Topics

#opencv #image #ffi #flutter

License

unknown (license)

Dependencies

ffi, logging

More

Packages that depend on dartcv4