Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
8 years ago |
Tomoaki Teshima
|
59fabb2767
|
use NEON as same as SSE
|
9 years ago |
Ariel Bernal
|
5c8683139f
|
Fix for #5710. OpenCL HOG Object detect assigns the wrong SIMD size.
In oder to guarantee SIMDness between the two compilation steps we choose the
highest SIMD size that is optimized in the kernel for the first step.
|
9 years ago |
Maksim Shabunin
|
6e9d0d9a0c
|
Visual Studio 2015 warning and test fixes
|
9 years ago |
Vadim Pisarevsky
|
882c0321f4
|
clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710)
|
10 years ago |
StevenPuttemans
|
6aedd4f7b0
|
fixing SVM negative value rounding
Conflicts:
modules/objdetect/src/hog.cpp
fix android build
|
10 years ago |
Michaël Sdika
|
ab40c2acf7
|
added the signedGradient varaible to the HOGDescriptor class.
when true, use signed gradient for the angular histogram computation.
default to false for backward compatibility.
|
10 years ago |
lujia
|
17cc5e2c40
|
bugfix_for_hog_detectMultiScale_with_weights
(cherry picked from commit 7ce116695d )
|
10 years ago |
lujia
|
b73894b271
|
bugfix_for_hog_detectMultiScale_with_weights
|
10 years ago |
lujia
|
7ce116695d
|
bugfix_for_hog_detectMultiScale_with_weights
|
10 years ago |
Andrew Senin
|
52535b356c
|
Fix for assert in compute when subimage is used (see issue #4149)
|
10 years ago |
StevenPuttemans
|
8bf58937a9
|
fixing SVM negative value rounding
|
10 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
10 years ago |
Alexander Alekhin
|
55188fe991
|
world fix
|
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 |
Alexander Karsakov
|
30a8308f8e
|
Enabled Intel-specific optimizations for HOG detector.
|
11 years ago |
Konstantin Matskevich
|
3495c5953c
|
fixes
|
11 years ago |
Konstantin Matskevich
|
5c38519c65
|
some changes
|
11 years ago |
Konstantin Matskevich
|
3ea32b87bb
|
perf test
|
11 years ago |
Konstantin Matskevich
|
9a62df1650
|
HOG
|
11 years ago |
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Roman Donchenko
|
a50d75d362
|
Made Filestorage able to not own its CvFileStorage instance.
This allows to get rid of the last remaining Ptr<T>::addref calls.
|
11 years ago |
Roman Donchenko
|
dd25f416a6
|
War on Whitespace, master edition: tabs.
|
11 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
11 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 |
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
12 years ago |
Andrey Kamaev
|
4ab650d15b
|
Remove gcd function from core headers
|
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
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
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 |
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
12 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Evgeny Talanin
|
6308be2c3e
|
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
|
12 years ago |
Andrey Kamaev
|
4a1ef53deb
|
Fixed gcc build warning
|
12 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
12 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 |