/opencv_flutter_ffi

Using dart:ffi to run OpenCV C++ 4.5.3 in Flutter App

Primary LanguageC++MIT LicenseMIT

opencv_flutter_ffi

Uses dart:ffi to run OpenCV C++ 4.5.3 on Flutter App.

Provided release with a sample gaussian blur function. Can use this repo as a template for projects needing image processing on flutter.

Please install OpenCV iOS Framework and put it at location ios/opencv2.framework

References

Known Issues