Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use OpenCV in the Flutter SDK? [closed]

I have been trying to find a Flutter OpenCV library. I'm looking to handle facial recognition through eye positioning. I need this to be for both android and iOS. I found one for C++ which I think Flutter compiles to as well as Swift/Objective C libraries. I am wondering which route would be the best to go or if there is a better option.

like image 607
McCadi Avatar asked Mar 01 '18 16:03

McCadi


1 Answers

Flutter is still beta and there is no OpenCV available for flutter unfortunately. But you can integrate the OpenCV native libs or sdk for both Android and IOS and invoke them through platform channels

Hope that helped!

like image 101
Hemanth Raj Avatar answered Sep 24 '22 07:09

Hemanth Raj