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 |
ShengyinWu
|
ef5578a7ce
|
Fixs: After scaling back to original image, some detected ROI will outside the original image ROI
|
12 years ago |
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
3890a74565
|
Drop outdated definitions from internal.hpp
This also fixes few clang build errors
|
12 years ago |
Andrey Kamaev
|
4ab650d15b
|
Remove gcd function from core headers
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Andrey Kamaev
|
62adc01980
|
Move cv::Rect_
|
12 years ago |
Andrey Kamaev
|
addf0309ec
|
Move cv::Size_
|
12 years ago |
Andrey Kamaev
|
13b31b0804
|
Move C++ basic structures to separate header and inverse dependency from C API
cv::Complex, cv::Point_ and cv::Point3_ are moved.
|
12 years ago |
Andrey Kamaev
|
19f8f85c51
|
Move C structures wrappers from core.hpp to core_c.h
Also move RTTIImpl class to the only usage
|
12 years ago |
Vladislav Vinogradov
|
b62cf65b91
|
fixed inconsistent new/delete operators
|
12 years ago |
Jacob Baines
|
1e1645e214
|
Mismatching new[] / delete
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Ilya Lavrenov
|
8b510ad8dc
|
sse2 hog
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Andy Maloney
|
b79e8053c1
|
Check memory allocation
Declare vars as locally as possible
|
12 years ago |
Andy Maloney
|
bc68dfb4e8
|
Remove unused vars
|
12 years ago |
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
12 years ago |
marina.kolpakova
|
a28f5a89b3
|
move preprocessor to objdetect
|
12 years ago |
Vadim Pisarevsky
|
50299c1d5e
|
disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips
|
12 years ago |
Vadim Pisarevsky
|
18039d7829
|
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534, #2591, #2669
|
12 years ago |
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
12 years ago |
marina.kolpakova
|
8d9c9c2690
|
integrate new cascade format to GPU soft cascade implementation
|
12 years ago |
Andy Maloney
|
5bd56e7464
|
Fix mem leak and mismatched new/delete
|
12 years ago |
Siegfried Hochdorfer
|
195d501b43
|
fixed broken indentation
|
12 years ago |
marina.kolpakova
|
53433884ee
|
fix python wrapping
|
12 years ago |
marina.kolpakova
|
f9649a029b
|
fix typo
|
12 years ago |
marina.kolpakova
|
0a40bbd0d0
|
add two types of feature boxes support:
- (left, top, width, height)
- (left, top, right, bottom)
|
12 years ago |
marina.kolpakova
|
9efd668a57
|
a bit refactored soft cascade
|
12 years ago |
marina.kolpakova
|
0c6c78d149
|
integrate 128x256 scale; remove log
|
12 years ago |
marina.kolpakova
|
e09694bde8
|
integrated 128x256 scale
|
12 years ago |
marina.kolpakova
|
3e7965a5a5
|
first debug integration of newly trained cascade
|
12 years ago |
Siegfried Hochdorfer
|
82a9f9a5a9
|
MeanshiftGrouping Bugfix (Bug #2685)
|
12 years ago |
marina.kolpakova
|
e53d57664d
|
fix precompiled headers usage in gpu module
|
12 years ago |
Zifei Tong
|
260bdc057c
|
Changed parallel_for to parallel_for_ in haar.cpp
|
12 years ago |
Zifei Tong
|
e331787645
|
Fix race condition for Cascade Classifier when TBB enabled.
|
12 years ago |
marina.kolpakova
|
2d45af790e
|
fix according to pull requests comments
|
12 years ago |
marina.kolpakova
|
88c71d1b7d
|
add NMS according to Dollar's paper.
|
12 years ago |
Maria Dimashova
|
97e36b9375
|
fix a compile error in case of building without highgui
|
12 years ago |
marina.kolpakova
|
6ccd7aca4c
|
fix tests for arm
|
12 years ago |
marina.kolpakova
|
1edab12068
|
fix for negative confidence
|
12 years ago |