🧠 Edge Detection R&D Intern Project 📱 Android + OpenCV + OpenGL + Web 🚀 Features Camera2 live feed C++ OpenCV edge detection (JNI) OpenGL ES rendering for smooth output TypeScript web viewer for sample frames ⚙️ Setup Install Android SDK + NDK + CMake Download OpenCV SDK → place in /OpenCV/ Build via ./gradlew assembleDebug Install on device: adb install app/build/outputs/apk/debug/app-debug.apk 🧩 Architecture /app → Android + JNI /jni → C++ native OpenCV /gl → OpenGL renderer /web → TypeScript web viewer