Undocumented flags in cv::detectMultiScale (Bug #2142)
Description
In order for cv::detectMultiScale to take into account the MaxSize parameter, the flag CV_HAAR_SCALE_IMAGE must be set. This flag is not documented. The current documentation redirects to the old documentation for cvHaarDetectObjects which only mentions a single flag : CV_HAAR_DO_CANNY_PRUNING
Tested both with Debian's 2.3.1 and latest 2.4.9 from the SVN
Related issues
related to Feature #523: Adding a MaxSize parameter in cvHaarDetectObjects | Done |
Associated revisions
Merge pull request #2142 from KonstantinMatskevich:ocl_tapi_bfmatcher
features2d: workaround for 'utrainDescCollection' issue (PR #2142)
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4387