Patch cvHaarDetectObjects for parallel_for_ 2.4.3 (Feature #2645)
Description
Since OpenCV 2.4.3 is compiled without TBB by default, the cvHaarDetectObjects became much slower. Could it be that is is not yet ported to the new parallel_for_ mechanism?
Was tested on precompiled vc10 x86 libraries.
Associated revisions
Merge pull request #2645 from vbystricky:ipp_Convert
History
Updated by Alexander Smorkalov about 12 years ago
- Category set to objdetect
- Target version set to 2.4.4
- Assignee set to Ilya Lavrenov
Updated by Alexander Smorkalov about 12 years ago
- Pull request set to https://github.com/Itseez/opencv/pull/268
- Assignee changed from Ilya Lavrenov to Marina Kolpakova
Updated by Andrey Kamaev about 12 years ago
- Pull request changed from https://github.com/Itseez/opencv/pull/268 to https://github.com/Itseez/opencv/pull/272
- Assignee changed from Marina Kolpakova to Vadim Pisarevsky
Updated by Andrey Kamaev about 12 years ago
The request has been merged to 2.4
- Status changed from Open to Done