You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
655 B
34 lines
655 B
|
5 months ago
|
# 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.
|