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

`CvStatus *SVD_Compute(Mat src, Mat *w, Mat *u, Mat *vt, int flags)` `CvStatus *SVD_Compute(Mat src, Mat w, Mat u, Mat vt, int flags)`

enhancement

**Is your feature request related to a problem? Please describe.** Not a problem, but GPU utilization would make a good performance boost. **Describe the solution you'd like** OpenCV offers types...

enhancement

**Describe the bug** On m3 macos I cant find libdartcv.dylib. ``` (base) petercrady@pcrady-osx example % flutter run -d macos Launching lib/main.dart on macOS in debug mode... --- xcodebuild: WARNING: Using...

bug

Functions such as `arcLength` take a `VecPoint`, but there isn't an equivalent `arcLength2f` that take a `VecPoint2f`. What's the best way to handle this? I could convert `VecPoint2f` to `VecPoint`,...

question

**Describe the bug** Stepping through harmless code crashes the application. **To Reproduce** Just try the following code. Place a breakpoint on the first line and hit F10 to execute the...

bug

Is there a performance penalty for always calling async functions? What happens exactly, is a thread always spun up when I call an async function?

question

When building a Flutter app using opencv_dart 1.4.3 for iOS Simulator on an Apple Silicon Mac, the build fails because the DartCvIOS dependency provides an OpenCV library (libopencv.a) that is...

bug

**Is your feature request related to a problem? Please describe.** Flutter 3.38 with dart 3.10 now support hooks (previously called native-assets), we can publish 2.x stable version now. **Additional context**...

enhancement

**Describe the bug** 1. OS: Windows 11 Arm 64 2. flutter version: 3.35.3 3. use `opencv_core:1.4.3`, and build target is windows,it will throw error: ``` CMake Warning at C:/Users/xxxx/Desktop/xxxx/xxxx/example/build/windows/x64/_deps/libopencv-src/OpenCVConfig.cmake:190 (message):...

bug