Ask Your Question

clingmanr's profile - activity

2014-09-30 16:50:20 -0600 commented question Does OpenCV 3.0 actually have car detection?

That's the conclusion that I was coming to as well, but I was just thrown off since I would think that would better be described as "Object detection using Waldboost, ACF" rather than "Car detection using Waldboost, ACF". It just seems a bit odd to me to bill it as "car detection" when it really isn't directly related to cars at all besides the fact that you can train your own classifier for them.

2014-09-30 11:06:53 -0600 asked a question Does OpenCV 3.0 actually have car detection?

The release notes for the OpenCV 3.0 Alpha say that it includes "Car detection using Waldboost, ACF by Vlad Shakhuro and Nikita Manovich". I haven't been able to find it thus far. I have found the functions for waldboost and acffeature in the opencv_contrib repository, but I haven't been able to find any implementations or any other mention of car detection anywhere else.

Does anyone else have any more information on car detection in OpenCV, or were the release notes just overstating the inclusion of Waldboost and ACF for the new release?

2014-09-12 00:45:40 -0600 received badge  Nice Question (source)
2014-09-04 12:53:21 -0600 received badge  Supporter (source)
2014-08-28 14:46:57 -0600 received badge  Student (source)
2014-08-28 14:27:40 -0600 asked a question OpenCV 3.0 car detection

The release notes for the OpenCV 3.0 alpha say that it should include "Car detection using Waldboost, ACF by Vlad Shakhuro and Nikita Manovich". I have found the Waldboost algorithms in the opencv_contrib repository, but I haven't been able to find anything on car detection. From the description I had assumed (perhaps incorrectly) that there would be some type of trained classifier like the one for faces used in the objectDetection.cpp tutorial. Where is the car detection method that is mentioned in the release notes?