- 17 Jul, 2018 1 commit
-
-
Maksim Shabunin authored
-
- 09 Apr, 2018 1 commit
-
-
shimat authored
* add LSD supportsVec4iResult * LineSegmentDetector.drawSegments: support vector<Vec4i> * test_lsd.cpp: replace detect() * test_lsd.cpp: add compareSegments tests * lsd.cpp: LSD.compareSegments support Vec4i * test_lsd.cpp: fix trailing whitespace
-
- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Mar, 2018 1 commit
-
-
yuki takehara authored
* Fix #9363 * Renamed the structure and added a new function to the LineSegmentDetectorImpl class as a static member * Added a new function to the LineSegmentDetectorImpl class as a static member
-
- 13 Dec, 2017 1 commit
-
-
Vitaly Tuzov authored
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
-
- 11 Nov, 2017 1 commit
-
-
Suleyman TURKMEN authored
-
- 04 Nov, 2017 1 commit
-
-
Iago Suárez authored
-
- 28 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 27 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
-
- 22 Sep, 2016 5 commits
-
-
Francisco Facioni authored
-
Francisco Facioni authored
LSD: Avoid re allocating the histogram for multiple calls of LineSegmentDetector::detect in ll_angle This is useful when reusing the same instance of LineSegmentDetector for multiple images
-
Francisco Facioni authored
-
Francisco Facioni authored
-
Francisco Facioni authored
-
- 19 Sep, 2016 1 commit
-
-
Francisco Facioni authored
-
- 19 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 20 Jan, 2015 2 commits
-
-
karelknoest authored
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
-
karelknoest authored
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
-
- 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
-
- 03 Jun, 2014 1 commit
-
-
abidrahmank authored
Corrected crashing in Python bindings while using LSD_REFINE_NONE flags Corrected not drawing lines in drawSegments and compareSegments in Python bindings
-
- 20 May, 2014 1 commit
-
-
Daniel Angelov authored
NFA calculations now generate better line segments.
-
- 16 Apr, 2014 1 commit
-
-
Maks Naumov authored
-
- 08 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Sep, 2013 1 commit
-
-
Alexander Mordvintsev 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
-
- 04 Sep, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 31 Aug, 2013 1 commit
-
-
Daniel Angelov authored
Updated to new license.
-
- 26 Jul, 2013 1 commit
-
-
Roman Donchenko authored
InputArray is a reference, and references are always constant anyway. Making it const even causes a GCC warning.
-
- 21 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 20 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
-
- 15 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 14 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 13 Jul, 2013 3 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
Daniel Angelov authored
-