Ask Your Question
0

Getting started with opencv

asked 2013-09-17 23:14:54 -0600

kranthi9 gravatar image

Hi, I am working on a project which needs real-time image processing like human detection etc., I have no experience with OpenCV and Python but I know C and Java. I want to learn OpenCV in 45 days. Is it possible? If yes, then can you please guide me with some pdf files or web tutorials.

My another question is which version of opencv is better I mean C version i.e, opencv1.0 or c++ version i.e, opencv 2.x or opencv with python Thanks in advance

edit retag flag offensive close merge delete

3 answers

Sort by ยป oldest newest most voted
1

answered 2013-09-18 04:14:22 -0600

Actually, you should start by using the search function if it is available on a forum. There have been multiple topics about this subject already with really good answers:

Just try to find the correct search filter words...

edit flag offensive delete link more
0

answered 2013-09-18 02:15:12 -0600

Arne gravatar image

Hello, in my opinion. "learning" about the whole library in 45 days in detail is a little to ambitious. But there are a lot of examples out there for stuff like human detection. I think its possible to look at some of these and understand what is happening in these within 45 days. That its quite hard to learn about the whole library in less than two month is not about your skill its due the pure size of the library. I myself learned a lot from the OpenCV Cookbook which is available on Amazon and maybe eBay for little money. Furthermore the most helpful stuff in my opinion are the samples deployed with each OpenCV package. For your other question i would entrust the newest stable version to you, which is 2.4.6 at the moment. And you can use the programming language which you are most familiar with. There are just the normal limitations that java or python might be a bit slower due their run-time environment. But for trying yourself out in the beginning this shouldn't be a big problem. I hope my answers helped you a bit. Kind regards Arne

edit flag offensive delete link more
0

answered 2013-09-18 02:02:49 -0600

Use c++ with last version of OpenCV ;)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-09-17 23:14:54 -0600

Seen: 408 times

Last updated: Sep 18 '13