# PokeGoals - Android OpenCV App An Android application built with OpenCV for computer vision capabilities. ## Setup This project uses a dev container with the following components: - Ubuntu 22.04 - Java 17 - Android SDK (API 34) - Android NDK - OpenCV 4.10.0 - Gradle 8.8 ## Building ```bash ./gradlew assembleDebug Project Structure app/ - Main Android application opencv/ - OpenCV Android module Dockerfile - Dev container configuration Features Basic OpenCV integration Native library loading Camera integration Image processing features Development This project is designed to run in a dev container with all dependencies pre-installed.