Skip to content

opencv-based object detection on android by using the speed-dreams simulator

Notifications You must be signed in to change notification settings

paatz04/android-OpenCV

 
 

Repository files navigation

ArgOS DriveAssist

alt header

OpenCV-based object detection framework on Android that provides driving assistance capabilities on the Speed Dreams simulator.

Features

Lane Detection

lane_detection

Vehicle Detection

vehicle_detection

UI

alt header

Setup

  1. Download Android NDK and Build tools https://developer.android.com/studio/projects/add-native-code.html

  2. Download OpenCV Android SDK (v3.2) http://opencv.org/releases.html

  3. Add path to local Android NDK binary in build.gradle

def ndkBuildPath =  '/Users/chandruscm/Library/Android/sdk/ndk-bundle/ndk-build'
  1. Add path to local OpenCV Android SDK in Android.mk
OPENCV_SDK:=/Users/chandruscm/AppDevelopment/Android/Libraries/OpenCV-android-sdk/sdk
  1. Add appropriate CPU architecture in Application.mk
APP_ABI := armeabi-v7a x86

About

opencv-based object detection on android by using the speed-dreams simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.3%
  • Java 20.3%
  • CMake 6.4%
  • C 4.5%
  • Kotlin 2.2%
  • Objective-C 0.2%
  • Makefile 0.1%