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.
 
 
 
 
Quildra 306919683d Initial commit: Android OpenCV app with dev container setup 5 months ago
.devcontainer Initial commit: Android OpenCV app with dev container setup 5 months ago
app Initial commit: Android OpenCV app with dev container setup 5 months ago
gradle/wrapper Initial commit: Android OpenCV app with dev container setup 5 months ago
opencv Initial commit: Android OpenCV app with dev container setup 5 months ago
samples Initial commit: Android OpenCV app with dev container setup 5 months ago
.gitignore Initial commit: Android OpenCV app with dev container setup 5 months ago
README.md Initial commit: Android OpenCV app with dev container setup 5 months ago
android-dev-env.dockerfile Initial commit: Android OpenCV app with dev container setup 5 months ago
build.gradle Initial commit: Android OpenCV app with dev container setup 5 months ago
gradle.properties Initial commit: Android OpenCV app with dev container setup 5 months ago
gradlew Initial commit: Android OpenCV app with dev container setup 5 months ago
gradlew.bat Initial commit: Android OpenCV app with dev container setup 5 months ago
settings.gradle Initial commit: Android OpenCV app with dev container setup 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.