rainyl / opencv_dart

OpenCV bindings for Dart language and Flutter.
https://pub.dev/packages/opencv_dart
Apache License 2.0
78 stars 10 forks source link

Support OpenVINO #100

Closed rainyl closed 1 week ago

rainyl commented 2 weeks ago

Support OpenVINO to speedup DNN.

rainyl commented 1 week ago

Considering the usage scenario of DNN with OpenVINO is not common, make it as required will not only increase the lib size but also meaningless, So users want to use OpenVINO please compile opencv and opencv_dart manually. Leave more messages if you think it's necessary.

Closed.

rainyl commented 1 week ago

Also, even though with OpenVINO supported, users have to download OpenVINO manually and set correct environment variables to make it work, which absolutely will produce more issues.