flutter-simple-edge-detection icon indicating copy to clipboard operation
flutter-simple-edge-detection copied to clipboard

A Flutter plugin enabling the user to detect edges of a given image. It returns the relative coordinates of the detection rectangle.

Results 10 flutter-simple-edge-detection issues
Sort by recently updated
recently updated
newest added

* What went wrong: Execution failed for task ':app:externalNativeBuildDebug'. > Build command failed. Error while executing process C:\Users\Andorid\AppData\Local\Android\Sdk\cmake\3.10.2.4988404\bin\ninja.exe with arguments {-C D:\Flutter Projects\hms\android\app\.cxx\cmake\debug\armeabi-v7a native_edge_detection} ninja: Entering directory `D:\Flutter Projects\hms\android\app\.cxx\cmake\debug\armeabi-v7a' [1/1]...

Lexical or Preprocessor Issue (Xcode): 'opencv2/opencv.hpp' file not found

I am getting the following error in iOS any idea why? It is running fine on android: ``` Runner[7479:569477] [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: type 'List' is not a subtype of type...

hello thank you lot of for [this](https://www.flutterclutter.dev/flutter/tutorials/implementing-edge-detection-in-flutter/2020/1509/) tutorial and this repository i could not try this after hours of trying when time i run project android studio gradle automatically downloading...

Not working in **signedAPK** in Android, It is detecting edge very well in release mode, But when I convert release APK to sign APK it is not working and even...

Hello, Depending on the flutter version used, the code is showing a lot of errors related to null variable and other variable assignments. ![image](https://user-images.githubusercontent.com/9827392/116243600-6309f880-a767-11eb-9666-4ba4e4ee4fcc.png) Could it be possible for you...

I can see from your documentation that you need to include the OpenCV dependencies manually and am wondering the reasons why? I plan on extending the package slightly and including...

@flutter-clutter I have added rotate feature to my repo. Try this out. [https://github.com/abhishekove/simple-edge-detection](url)

Hey! Already sended an email about that, but thought other users might have the same issue, so decided to open an issue about it. In my app, there can be...