jeff1evesque / iScanner

Backend iOS, and Android logic for facial, and iris recognition
1 stars 0 forks source link

Determine if OpenCV should be installed on iOS #2

Open jeff1evesque opened 9 years ago

jeff1evesque commented 9 years ago

Determine if OpenCV should be installed on the iOS device. If not, then we can send images in real time to a server implementing iris-recognition.

jeff1evesque commented 9 years ago

We can attempt to compromise. When the signal on the phone is relatively strong, and battery power is semi-slow, we will attempt to use the server-based iris scanner. Otherwise, we will use the C++ OpenCV on the iOS.