Finally, a straightforward and easy way to use OpenCV on an FTC robot! Say goodbye to messing with module imports and activity XML modifications! Using the EasyOpenCV API is nearly as easy as using Vuforia; you can go from a stock SDK to running a sample OpenCV-equipped OpMode, with either an internal or external camera, in just a few minutes. Also, your APK size is not bloated with the 10MB native library, because it's loaded dynamically from the internal storage!
Please see the readme on the GitHub repository for installation instructions and sample programs.
Please see the readme on the GitHub repository for installation instructions and sample programs.
Comment