Ask Your Question
1

How to start Opencv

asked 2012-12-21 00:55:44 -0600

Saroj gravatar image

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

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2012-12-21 01:14:22 -0600

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.

edit flag offensive delete link more

Comments

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)

Saroj gravatar imageSaroj ( 2012-12-21 01:59:02 -0600 )edit

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().

Alexander Smorkalov gravatar imageAlexander Smorkalov ( 2012-12-21 03:00:17 -0600 )edit

Question Tools

Stats

Asked: 2012-12-21 00:55:44 -0600

Seen: 648 times

Last updated: Dec 21 '12