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

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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