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.
|
|
5 months ago | |
|---|---|---|
| .devcontainer | 5 months ago | |
| app | 5 months ago | |
| gradle/wrapper | 5 months ago | |
| opencv | 5 months ago | |
| samples | 5 months ago | |
| .gitignore | 5 months ago | |
| README.md | 5 months ago | |
| android-dev-env.dockerfile | 5 months ago | |
| build.gradle | 5 months ago | |
| gradle.properties | 5 months ago | |
| gradlew | 5 months ago | |
| gradlew.bat | 5 months ago | |
| settings.gradle | 5 months ago | |
README.md
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
./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.