- 31 May, 2018 1 commit
-
-
Vadim Pisarevsky authored
fixes handling of empty matrices in some functions (#11634) * a part of PR #11416 by Yuki Takehara * moved the empty mat check in Mat::copyTo() * fixed some test failures
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 22 Sep, 2017 1 commit
-
-
vipinanand4 authored
Added gradiantSize param into goodFeaturesToTrack API (#9618) * Added gradiantSize param into goodFeaturesToTrack API Removed hardcode value 3 in goodFeaturesToTrack API, and added new param 'gradinatSize' in this API so that user can pass any gradiant size as 3, 5 or 7. Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> * fixed compilation error for java test Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> * Modifying code for previous binary compatibility and fixing other warnings fixed ABI break issue resolved merged conflict compilation error fix Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
- 14 Sep, 2017 1 commit
-
-
Patel, Nilaykumar K authored
Signed-off-by:
Vipin Anand <anand.vipin@gmail.com> Signed-off-by:
Prashanth Voora <prashanthx85@gmail.com> Signed-off-by:
Patel, Nilaykumar K <nilay.nilpat@gmail.com>
-
- 08 Sep, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 18 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
-
- 17 Oct, 2014 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
-
Vadim Pisarevsky authored
-
- 15 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet
-
- 13 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Jan, 2014 1 commit
-
-
Ilya Lavrenov 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
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 10 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 22 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
All tests passed!
-
- 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.
-
- 08 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 04 Oct, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 08 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
-
- 05 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 03 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 15 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
-
- 08 Nov, 2011 1 commit
-
-
Vadim Pisarevsky authored
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...
-
- 10 Aug, 2011 1 commit
-
-
Maria Dimashova authored
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290)
-
- 08 Aug, 2011 1 commit
-
-
Maria Dimashova authored
-
- 04 Aug, 2011 1 commit
-
-
Andrey Kamaev authored
-
- 08 Jul, 2011 1 commit
-
-
Maria Dimashova authored
-
- 08 Jun, 2011 1 commit
-
-
Maria Dimashova authored
-
- 01 Jun, 2011 1 commit
-
-
Vincent Rabaud authored
-