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.
- Host: GitHub
- URL: https://github.com/roshniram/opencv-android-demo
- Owner: roshniRam
- Created: 2018-12-06T08:22:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T18:12:05.000Z (over 7 years ago)
- Last Synced: 2025-03-30T03:11:22.803Z (over 1 year ago)
- Topics: android, java, opencv
- Language: Java
- Size: 72.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-Android-Demo
Inverting image vertically using opencv library in Android.
## To run:
- Download OpenCV Android Library
You can download it from [OpenCV Android Sourceforge](https://sourceforge.net/projects/opencvlibrary/files/opencv-android/) page.
- Setup your android project
- Import OpenCV module
- Add the OpenCV Dependency
- Add native libraries
- Add Required Permissions
- Using OpenCV Manager
Select APK with the right architecture of your device and use ADB via command prompt/line to install it on your device.