Ask Your Question
-1

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

asked 2013-01-29 11:17:22 -0600

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

edit retag flag offensive reopen merge delete

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 ( 2013-01-29 11:48:46 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-01-29 11:47:23 -0600

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-29 11:17:22 -0600

Seen: 251 times

Last updated: Jan 29 '13