App Builders Mobile Computer Vision abstraction, for Android & iOs
This project's actually a beta, it has a lot of issues, please read all the documentation before implementing into your projects.
Actually the library has 100% base in Google Mobile Vision API, over this, we construct a strong repertory of methods and interfaces to make easy the work.
The scope of this library it's create easiest OCR Readers, CodaBar & QR Scanners and face recognitions with faster implementation.
To compile the framework open the MobileComputerVision.xcworkspace file.
To begging to compile, first select MobileComputerVision project target and build command + b
, then select Generic iOS device and build commad + b
.
After those steps, select GMV target with Generic iOS device and build commad + b
.
Then into your project folder gonna appear MobileComputerVision.framework, this file have to be added into your project app.
We don't gonna use jCenter global, so please add to the current link to mavenCentral()
It's highly recommended in your manifest activate "accelerate hardware", 'cause if it's possible to use de GPU to help the CPU, the process gonna be faster.