An open API service indexing awesome lists of open source software.

https://github.com/roshniram/opencv-android-demo

Inverting image vertically using opencv library in Android.
https://github.com/roshniram/opencv-android-demo

android java opencv

Last synced: 3 months ago
JSON representation

Inverting image vertically using opencv library in Android.

Awesome Lists containing this project

README

          

# OpenCV-Android-Demo
Inverting image vertically using opencv library in Android.

## To run:


  1. Download OpenCV Android Library

  2. You can download it from [OpenCV Android Sourceforge](https://sourceforge.net/projects/opencvlibrary/files/opencv-android/) page.
  3. Setup your android project

  4. Import OpenCV module

  5. Add the OpenCV Dependency

  6. Add native libraries

  7. Add Required Permissions

  8. Using OpenCV Manager

  9. Select APK with the right architecture of your device and use ADB via command prompt/line to install it on your device.