How to start Opencv
I know android very well but i am new to opencv can any one please refer me how to start the android application with opencv in step by step procedure
I know android very well but i am new to opencv can any one please refer me how to start the android application with opencv in step by step procedure
You can start from official tutorial for beginners. The tutorial oriented on development for Android. There are three books about OpenCV: Learning OpenCV: Computer Vision with the OpenCV Library (old OpenCV 1.x API), OpenCV 2 Computer Vision Application Programming Cookbook and Mastering OpenCV with Practical Computer Vision Projects. Books are oriented on development on C and C++ and are applicable to Android too. All native (C/C++) interfaces, except video read/write and Widow management in highgui module are supported on Android.
Thanks Alexander . I followed that link but can you please explain it properly .(In this link it said that under jni folder there is two file present one is Android.mk and Application.mk .Under Android.mk there is a line called Local Module :(module name) can you please explain it)
Your project can include several native libraries. Local module is a name of the current library. You need to use the same name in Java code for System.LoadLibrary().
Asked: 2012-12-21 00:55:44 -0600
Seen: 662 times
Last updated: Dec 21 '12
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary