image_feature_detector icon indicating copy to clipboard operation
image_feature_detector copied to clipboard

A image feature detector using opencv

Results 8 image_feature_detector issues
Sort by recently updated
recently updated
newest added

Please update [path_provider](https://pub.dev/packages/path_provider) dependency to a newer version. The current old version is conflicting with other plugins. ``` Because extended_image_library 0.1.8 depends on path_provider ^1.1.2 and no versions of extended_image_library...

1. Upgraded the Example App to use AndroidX, 2. Upgraded the pubspec dependencies 3. Updated the plugin itself. 4. Uses the v2 Embedding now 5. Backward compatibility still there **Upgraded...

I would like to see other detection shapes. I am willing to do some work to get this. However I would need some guidance. I have been teaching myself Flutter...

Recently Dart has got support for native c interop rather than using flutter plugins. Maybe this could be a better way to call the OpenCV methods. This would also allow...

``` $ flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.7.8+hotfix.4, on Mac OS X 10.14.6 18G84, locale ja-JP) [✓] Android toolchain...

At the moment the Java code produces the correct outcome with the current test images. Somehow the Objective C code doesn't find the same results as the Java Code. For...

bug
help wanted

With version 0.2.1 the example app has fallen behind the features of the library. It would be a good idea to bring it back on track

help wanted
good first issue