lujia
17cc5e2c40
bugfix_for_hog_detectMultiScale_with_weights
...
(cherry picked from commit 7ce116695d
)
10 years ago
lujia
7ce116695d
bugfix_for_hog_detectMultiScale_with_weights
10 years ago
StevenPuttemans
8bf58937a9
fixing SVM negative value rounding
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Maks Naumov
9b52b61451
remove unused variable in HOGDescriptor::groupRectangles()
11 years ago
Piotr Miecielica
923698d700
Fixes of some memory leaks
12 years ago
Bahram Dahi
e2d6a3abe5
Added spacing in a nested template argument list.
12 years ago
Bahram Dahi
dcad6ce65a
Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping
12 years ago
Bahram Dahi
8c25f9f28a
[3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs
12 years ago
Vladislav Vinogradov
b62cf65b91
fixed inconsistent new/delete operators
12 years ago
Evgeny Talanin
50c2f87add
Fix and test for #2607
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Evgeny Talanin
6308be2c3e
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
13 years ago
Andrey Kamaev
4a1ef53deb
Fixed gcc build warning
13 years ago
Andrey Kamaev
1a621c2916
Fix build warnings
13 years ago
marina.kolpakova
e1e0c46639
integrated patch: HOG confidence calculation. Thanks, Wongun.
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Vadim Pisarevsky
806aab164b
save, load & copy HOGDescriptor::nlevels (ticket #1533 )
13 years ago
Vadim Pisarevsky
d3d55f3234
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
14 years ago
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
14 years ago
Alexey Kazakov
e863c3d5f6
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
...
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
14 years ago
Vladimir Dudnik
8e7768379f
minor changes: removed trailing spaces in some files
14 years ago
Vladimir Dudnik
6309b2d08d
added OpenCVFindIPP.cmake script, which will look for IPP installation at CMake configuration time. First, IPPROOT environment variable will be tested, if not found script will look at default install places.
...
The script should support IPP from 5.3 up to 7.x versions (although tested on Windows for IPP 6.1 and IPP 7.0 versions only)
Preliminary optimization of HOG with IPP added too. Not yet quite efficient, code for cpu branch should be redesigned in order to have better performance.
15 years ago
Alexey Spizhevoy
cc6a87fc9d
fixed big in gpu::HOGDescriptor, added property into CPU's HOGDescriptor
15 years ago
Vadim Pisarevsky
686e28eeee
fixed roi handling in HOGDescriptor::computeGradient (ticket #295 ).
15 years ago
Vadim Pisarevsky
e5872cd8bb
now C++ classes can be read/written with cvRead/cvWrite/cvLoad/cvSave. Tested on HOGDescriptor
15 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago