- 01 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 22 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 21 Nov, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 16 Nov, 2016 2 commits
-
-
Vladislav Sovrasov authored
-
Vladislav Sovrasov authored
-
- 05 Oct, 2016 1 commit
-
-
Vladislav Sovrasov authored
-
- 27 Mar, 2016 1 commit
-
-
Gary Bradski authored
-
- 18 Mar, 2016 1 commit
-
-
Bleach666 authored
-
- 20 Feb, 2016 2 commits
-
-
Prof. Dr. Rudolf Haussmann authored
modified: modules/line_descriptor/perf/perf_matching.cpp modified: modules/line_descriptor/test/test_matcher_regression.cpp
-
Prof. Dr. Rudolf Haussmann authored
modified: modules/line_descriptor/perf/perf_matching.cpp modified: modules/line_descriptor/test/test_matcher_regression.cpp
-
- 22 Nov, 2015 1 commit
-
-
Jesus Briales authored
Issue 1: The subpixel precision of LSD was lost in the implicit conversion to Vec4i Solved: Line point coordinates are stored in cv::Vec4f No type conversion needed from extremes to kl float fields Issue 2: The keyline point fields for original image were not being correctly filled Solved: The points in original image are computed through scaling (using scale factor and octave index)
-
- 19 Oct, 2015 1 commit
-
-
Jan S. (Milania1) authored
-
- 26 Sep, 2015 1 commit
-
-
Jan S. (Milania1) authored
-
- 10 Sep, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 08 Sep, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 20 Aug, 2015 5 commits
-
-
Maksim Shabunin authored
-
Patrick Snape authored
Just adding a float cast (since a float is being assigned to) allows MSVC to compile and should not affect other compilers.
-
Patrick Snape authored
Adding the decimal point means that VS doesn't complain about lack of overrides for sqrt with integers.
-
Patrick Snape authored
vector.data() does not exist in MSVC<2012, so I changed it to &vector.front() which has the same effect (pointer to the first element in the vector).
-
Maksim Shabunin authored
-
- 22 Jul, 2015 3 commits
-
-
Alexander Stohr authored
-
Alexander Stohr authored
-
Alexander Stohr authored
-
- 11 Jul, 2015 1 commit
-
-
Alex Tomala authored
-
- 24 Mar, 2015 3 commits
- 26 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 17 Feb, 2015 3 commits
-
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 01 Dec, 2014 1 commit
-
-
Maksim Shabunin authored
-
- 10 Nov, 2014 1 commit
-
-
Dinar Ahmatnurov authored
reworked PR 3 comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library. renaming + docs;
-
- 08 Nov, 2014 1 commit
-
-
Shuda Li authored
comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.
-
- 10 Oct, 2014 1 commit
-
-
StevenPuttemans authored
-
- 18 Sep, 2014 3 commits
-
-
berak authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
fixed the hamming distance function not to use 64-bit pop count. This should fix compile errors on Windows
-
- 09 Sep, 2014 1 commit
-
-
Maksim Shabunin authored
-