opencv_dart icon indicating copy to clipboard operation
opencv_dart copied to clipboard

OpenCV bindings for Dart language and Flutter.

Results 31 opencv_dart issues
Sort by recently updated
recently updated
newest added

Actually, Flutter is NOT necessary for this package, it was included just because Flutter is required for dlls to be correctly included for a flutter app, similar to [onnxruntime](https://github.com/gtbluesky/onnxruntime_flutter) `Native...

enhancement

this is my attempt to implement the wrappers c++ files but compilations fail and i would like to fix it first, if you can help guide me to fixes for...

## Question i know that `ML module` is not supported yet, any way i could help with that since i want to use CascadeClassifier i think its in the ml...

enhancement
question

## Question I want to warp a picture by taken camera. I detect rectangle but i can't find corners of rectangle. ``` Future heavyTask(Uint8List buffer) async { final ret =...

question

Hello, I'm currently trying to add quality module bindings to the project but I'm encountering an issue when building for Android. I followed the workflow described in the `CONTRIBUTION.md` file:...

enhancement

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: I want to save a video to document directory by...

bug

- [ ] used environment variables - [ ] OPENCV_DART_DISABLE_AUTO_BUILD - [ ] OPENCV_DART_ANDROID_ENABLED_ABI #211 - [ ] OPENCV_DART_LIB_PATH - [ ] libopencv_dart.so/.dll/.framework/.dylib not found - [ ] symbol xxx...

**Read README carefully first** **Star :star: this project if you want to ask a question, no star, no answer** ## Question Hi, I need advice about image stitching, i'm trying...

question

Add `MatExpr` for better mat operations - https://docs.opencv.org/4.x/d1/d10/classcv_1_1MatExpr.html

enhancement