Maksim Shabunin
|
7349b8f5ce
|
Build for embedded systems
|
2017-12-11 13:27:37 +03:00 |
|
Alexander Alekhin
|
bc3280d64d
|
Merge pull request #9414 from gadcam:HOGDescriptor-winSigma
|
2017-08-24 15:57:18 +00:00 |
|
Camille Barneaud
|
d5e64f4eb2
|
Avoid HOGDescriptor with sigma = 0
Solve #9307.
|
2017-08-19 15:03:16 +02:00 |
|
Maksim Shabunin
|
e0393f8557
|
Fixed some issues found by static analysis (4th round)
|
2017-06-30 12:26:53 +03:00 |
|
Vladislav Sovrasov
|
6c164d86b9
|
obdetect: fix in SSE code
|
2017-05-26 14:26:05 +03:00 |
|
Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
2016-08-19 18:10:03 +03:00 |
|
Tomoaki Teshima
|
59fabb2767
|
use NEON as same as SSE
|
2016-07-09 16:53:01 +09:00 |
|
Alexander Alekhin
|
e860ed7689
|
Merge pull request #5714 from ajbernal:OCL_HOG_Fix
|
2015-11-30 09:44:37 +00:00 |
|
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.
|
2015-11-25 16:20:04 -08:00 |
|
Maksim Shabunin
|
6e9d0d9a0c
|
Visual Studio 2015 warning and test fixes
|
2015-10-20 12:48:37 +03:00 |
|
Vadim Pisarevsky
|
b46719b093
|
Merge pull request #4074 from vpisarev:objdetect_fixes
|
2015-05-28 19:43:51 +00:00 |
|
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)
|
2015-05-28 21:02:27 +03:00 |
|
StevenPuttemans
|
6aedd4f7b0
|
fixing SVM negative value rounding
Conflicts:
modules/objdetect/src/hog.cpp
fix android build
|
2015-05-26 17:26:30 +02:00 |
|
Vadim Pisarevsky
|
8b791477df
|
Merge pull request #3971 from Dikay900:2_4_to_master_3
|
2015-05-17 00:28:30 +00:00 |
|
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.
|
2015-05-10 09:23:30 +02:00 |
|
lujia
|
b73894b271
|
bugfix_for_hog_detectMultiScale_with_weights
|
2015-04-29 11:46:26 +02:00 |
|
Andrew Senin
|
52535b356c
|
Fix for assert in compute when subimage is used (see issue #4149)
|
2015-01-29 21:39:07 +04:00 |
|
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
|
2014-08-13 15:21:35 +04:00 |
|
Alexander Alekhin
|
55188fe991
|
world fix
|
2014-08-05 20:12:35 +04:00 |
|
Roman Donchenko
|
799d2dabd6
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/test/test_arithm.cpp
modules/cuda/src/cascadeclassifier.cpp
modules/imgproc/doc/geometric_transformations.rst
modules/objdetect/src/hog.cpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/src/gftt.cpp
modules/ocl/src/moments.cpp
|
2014-04-14 16:08:02 +04:00 |
|
Maks Naumov
|
9b52b61451
|
remove unused variable in HOGDescriptor::groupRectangles()
|
2014-04-09 22:56:19 +03:00 |
|
Alexander Karsakov
|
30a8308f8e
|
Enabled Intel-specific optimizations for HOG detector.
|
2014-03-19 17:30:13 +04:00 |
|
Konstantin Matskevich
|
3495c5953c
|
fixes
|
2014-02-03 16:38:06 +04:00 |
|
Konstantin Matskevich
|
5c38519c65
|
some changes
|
2014-02-03 14:46:53 +04:00 |
|
Konstantin Matskevich
|
3ea32b87bb
|
perf test
|
2014-02-03 14:46:52 +04:00 |
|
Konstantin Matskevich
|
9a62df1650
|
HOG
|
2014-02-03 14:46:52 +04:00 |
|
Roman Donchenko
|
9c2272d520
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
CMakeLists.txt
doc/CMakeLists.txt
modules/calib3d/src/stereosgbm.cpp
modules/core/include/opencv2/core/mat.hpp
modules/highgui/src/cap_openni.cpp
modules/ml/include/opencv2/ml/ml.hpp
modules/objdetect/src/hog.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/optical_flow_farneback.cpp
platforms/scripts/camera_build.conf
platforms/scripts/cmake_android_all_cameras.py
samples/cpp/Qt_sample/main.cpp
samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/Test.cpp
|
2013-11-26 15:05:26 +04:00 |
|
Piotr Miecielica
|
923698d700
|
Fixes of some memory leaks
|
2013-11-21 18:55:09 +01:00 |
|
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.
|
2013-09-05 19:03:00 +04:00 |
|
Roman Donchenko
|
dd25f416a6
|
War on Whitespace, master edition: tabs.
|
2013-08-27 17:13:53 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Roman Donchenko
|
dcaf923517
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
3rdparty/ffmpeg/ffmpeg_version.cmake
cmake/OpenCVFindLibsGrfmt.cmake
cmake/templates/cvconfig.h.cmake
modules/bioinspired/doc/retina/index.rst
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/src/precomp.hpp
modules/contrib/src/inputoutput.cpp
modules/contrib/src/precomp.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/drawing.cpp
modules/core/src/precomp.hpp
modules/core/src/system.cpp
modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
modules/features2d/doc/common_interfaces_of_feature_detectors.rst
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/precomp.hpp
modules/flann/src/precomp.hpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf4au/main.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/test_imgproc.cpp
modules/highgui/CMakeLists.txt
modules/highgui/test/test_precomp.hpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/precomp.hpp
modules/java/generator/src/cpp/Mat.cpp
modules/legacy/src/precomp.hpp
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/src/precomp.hpp
modules/nonfree/doc/feature_detection.rst
modules/nonfree/src/precomp.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/precomp.hpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/opencl/objdetect_hog.cl
modules/ocl/src/precomp.hpp
modules/photo/src/precomp.hpp
modules/stitching/src/precomp.hpp
modules/superres/perf/perf_precomp.hpp
modules/superres/src/optical_flow.cpp
modules/superres/src/precomp.hpp
modules/superres/test/test_precomp.hpp
modules/ts/include/opencv2/ts.hpp
modules/video/src/precomp.hpp
modules/videostab/src/precomp.hpp
modules/world/src/precomp.hpp
|
2013-08-06 13:56:49 +04:00 |
|
Bahram Dahi
|
e2d6a3abe5
|
Added spacing in a nested template argument list.
|
2013-05-24 18:44:03 -04:00 |
|
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
|
2013-05-24 18:25:23 -04:00 |
|
Bahram Dahi
|
8c25f9f28a
|
[3rd attempt] fixed HOGDescriptor::detectMultiScale() to group weights as well as ROIs
|
2013-05-20 13:20:57 -04:00 |
|
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
2013-04-12 14:37:01 +04:00 |
|
Andrey Kamaev
|
4ab650d15b
|
Remove gcd function from core headers
|
2013-04-01 15:24:34 +04:00 |
|
Andrey Kamaev
|
19f8f85c51
|
Move C structures wrappers from core.hpp to core_c.h
Also move RTTIImpl class to the only usage
|
2013-04-01 15:24:32 +04:00 |
|
Vladislav Vinogradov
|
b62cf65b91
|
fixed inconsistent new/delete operators
|
2013-04-01 11:55:02 +04:00 |
|
Andrey Kamaev
|
04eabf8d9f
|
Merge pull request #699 from jacob-baines/patch-1
Mismatching new[] / delete
|
2013-03-25 03:26:18 -07:00 |
|
Jacob Baines
|
1e1645e214
|
Mismatching new[] / delete
|
2013-03-24 22:45:31 -03:00 |
|
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
2013-03-22 22:14:50 +04:00 |
|
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
2013-03-22 22:14:26 +04:00 |
|
Ilya Lavrenov
|
8b510ad8dc
|
sse2 hog
|
2013-03-11 20:21:48 +04:00 |
|
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.
|
2013-02-25 15:04:17 +04:00 |
|
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
2013-01-31 12:23:08 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Evgeny Talanin
|
6308be2c3e
|
Changed parallel_for to parallel_for_ in hog.cpp and cascadedetect.cpp
|
2012-09-25 12:18:33 +04:00 |
|
Andrey Kamaev
|
4a1ef53deb
|
Fixed gcc build warning
|
2012-08-20 19:53:03 +04:00 |
|
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
|