- 30 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 26 May, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 09 Jul, 2016 1 commit
-
-
Tomoaki Teshima authored
-
- 26 Nov, 2015 1 commit
-
-
Ariel Bernal authored
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.
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 28 May, 2015 1 commit
-
-
http://code.opencv.org/issues/3825);…Vadim Pisarevsky authored
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)
-
- 26 May, 2015 1 commit
-
-
StevenPuttemans authored
Conflicts: modules/objdetect/src/hog.cpp fix android build
-
- 10 May, 2015 1 commit
-
-
Michaël Sdika authored
when true, use signed gradient for the angular histogram computation. default to false for backward compatibility.
-
- 06 May, 2015 1 commit
-
- 29 Apr, 2015 1 commit
-
-
lujia authored
-
- 21 Apr, 2015 1 commit
-
-
lujia authored
-
- 29 Jan, 2015 1 commit
-
-
Andrew Senin authored
-
- 29 Oct, 2014 1 commit
-
-
StevenPuttemans authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
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
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 19 Mar, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 03 Feb, 2014 4 commits
-
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
Konstantin Matskevich authored
-
- 21 Nov, 2013 1 commit
-
-
Piotr Miecielica authored
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
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
-
- 05 Sep, 2013 1 commit
-
-
Roman Donchenko authored
This allows to get rid of the last remaining Ptr<T>::addref calls.
-
- 27 Aug, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 24 May, 2013 2 commits
-
-
Bahram Dahi authored
-
Bahram Dahi authored
Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping
-
- 20 May, 2013 1 commit
-
-
Bahram Dahi authored
-
- 12 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
Also move cv::linemod to own header
-
- 01 Apr, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
Also move RTTIImpl class to the only usage
-
Vladislav Vinogradov authored
-
- 25 Mar, 2013 1 commit
-
-
Jacob Baines authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 11 Mar, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-