Code Monkey home page Code Monkey logo

opencv-ndk's Introduction

OpenCV For Android NDK

This is a showcase how to get OpenCV up and running with just the Android NDK

  • This uses the NDK camera2 API to get the image buffers
  • It then uses OpenCV to processes the image buffer
  • Lastly it gets the NDK Native Window and displays the image for live previewing

Prerequisites

How to setup

  • Clone or download repo and open the OpenCV-NDK folder. (The 2nd one that is the child)
    • Click "Open project" in Android studio and find the folder saved in
  • Change the OpenCV Android SDK library path in Android.mk file to your my/path/to/OpenCV-android-sdk/sdk/native/jni/OpenCV.mk
  • Move all files in the Asset folder to your device
    • This is annoying af, but no good solution I could find easily fixed it since OpenCV requires a file string which the NDK won't give permission to.
    • Currently the folder the asset files is listed in the CV_Main.h private values so make sure it matches

How to run 32 bit (or x86)

To make compiling faster I only have it load and run ARM 64-bit (arm64-v8a). To add a different abi architecture:

opencv-ndk's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.