First time here? Check out the FAQ!

Ask Your Question
-1

Help, I need to know how to create an app in real-time with openCV [closed]

asked Jan 29 '13

ckrapz gravatar image

hi everyone, i am new about opencv, i would like to know if anyone can tell me how can i start with opencv, i need to make an app on android using the camera, i need to detected objects in real time. Thanks (: greetings

Preview: (hide)

Closed for the following reason question is not relevant or outdated by sammy
close date 2013-01-30 00:23:07.998248

Comments

Please search at the first,If you do not find your answer then ask your question.

Mostafa Sataki gravatar imageMostafa Sataki (Jan 29 '13)edit

1 answer

Sort by » oldest newest most voted
0

answered Jan 29 '13

There are several sample applications and tutorials distributed with OpenCV4Android SDK. Start from Tutorial-1 application. It helps you to initialize OpenCV and get frames from camera. There are reference manual and some introduction tutorials for beginners. On Android you can use both Java and C++ API. Use Tutorial-3 app as an example of native calls. You can use any C++ functions available in desktop OpenCV except some parts of Highgui module related to window management. Video decoding and encoding are not supported also.

Preview: (hide)

Question Tools

Stats

Asked: Jan 29 '13

Seen: 292 times

Last updated: Jan 29 '13