- 25 Oct, 2018 1 commit
-
-
catree authored
Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method.
-
- 02 Jul, 2018 1 commit
-
-
catree authored
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. Uniform Lowe's ratio test in the code.
-
- 29 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches.
-
- 12 Feb, 2018 1 commit
-
-
Maksim Shabunin authored
- use per-module includes instead of "opencv.hpp" - unused function warnings - undefined macro warning
-
- 19 Dec, 2017 1 commit
-
-
catree authored
-
- 18 Dec, 2017 1 commit
-
-
Suleyman TURKMEN authored
* Update samples * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp * Update calib3d.hpp
-
- 14 Dec, 2017 1 commit
-
-
catree authored
-
- 22 Sep, 2017 1 commit
-
-
Suleyman TURKMEN authored
Update planar_tracking.cpp (#9686)
-
- 25 Aug, 2017 1 commit
-
-
Adi Shavit authored
* Adds cv::resizeWindow() overload taking a single cv::Size argument. * Replaces copied documentaion with Doxygen @overload command.
-
- 23 Aug, 2017 1 commit
-
-
Jiri Horner authored
-
- 29 Jul, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 21 Apr, 2017 1 commit
-
-
Vladislav Sovrasov authored
-
- 15 Dec, 2016 1 commit
-
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
- 17 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 19 Mar, 2016 1 commit
-
-
berak authored
-
- 15 Feb, 2016 5 commits
-
-
Eric Zavesky authored
-
Eric Zavesky authored
-
Eric Zavesky authored
-
Eric Zavesky authored
- previously BB was ignored for first frame, now masks analysis area - also allow real-time feedback of processing
-
Eric Zavesky authored
-
- 26 Oct, 2015 2 commits
-
-
Alexander Smorkalov authored
(cherry picked from commit 341e7b3b)
-
Alexander Smorkalov authored
(cherry picked from commit bba8c0be)
-
- 14 Oct, 2015 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 16 Feb, 2015 1 commit
-
-
Maksim Shabunin 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 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Oct, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Sep, 2014 1 commit
-
-
Dmitriy Anisimov authored
-
- 19 Aug, 2014 1 commit
-
-
f-morozov authored
-
- 11 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 30 Jul, 2014 1 commit
-
-
f-morozov authored
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 09 Dec, 2013 1 commit
-
-
Peter Andreas Entschev authored
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes. This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
-
- 17 Nov, 2013 1 commit
-
-
StevenPuttemans authored
Also fixed some typos and code alignment Also adapted tutorial CPP samples Fixed some identation problems
-
- 13 Nov, 2013 1 commit
-
-
moodoki authored
-
- 13 Jun, 2013 1 commit
-
-
Sergei Nosov authored
If we have perfect matches (min_dist == 0.0), then strict comparison fails. Making it non-strict results in treating perfect matches as good.
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 08 Apr, 2013 1 commit
-
-
Andrey Kamaev 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.
-