Ask Your Question

rAum's profile - activity

2014-01-14 23:55:12 -0600 received badge  Nice Answer (source)
2013-05-28 03:57:26 -0600 received badge  Teacher (source)
2013-05-27 04:58:34 -0600 answered a question How to compute distance to car ahead using camera.

Of course OpenCV i appropriate for this but it's hard problem. Don't worry, there are solutions based on mono cam (for example mobileeye or I've seen some android apps).

There are plenty of ways to do this and you can experiment a lot, so good starting point is to read papers, I recommend work of Marcos Nieto ( http://marcosnieto.net/ ), good stuff there.

Basically you need to locate and recognize car ahead of you, and then you could try to estimate distance by bounding box size / perimeter / ... . You probably need to classify car to size categories and some machine learning may be involved.

Another way is to use bird-eye projection (just a simple perspective transform) on lane, but in this case may be hard (it will need calibration).

2012-12-08 16:13:36 -0600 received badge  Editor (source)
2012-12-08 16:13:25 -0600 answered a question What happened to the OpenCV experimentation GUI?

This sounds like Harpia (hrp)? Check: http://sourceforge.net/projects/s2ilib/