Skip to content
/ opencv_flutter_ffi Public template

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

License

Notifications You must be signed in to change notification settings

as1605/opencv_flutter_ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0eded2f · Mar 26, 2023

History

12 Commits
Mar 25, 2023
Aug 1, 2021
Aug 1, 2021
Aug 1, 2021
Jul 30, 2021
Jul 30, 2021
Aug 1, 2021
Jul 25, 2022
Aug 1, 2021
Jul 30, 2021
Mar 25, 2023

Repository files navigation

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