14 Commits (ca559826692c9cb670c84d4286e3a883b47253a4)

Author SHA1 Message Date
shimat 68db42e9be fix LSD test (wrong detector kind) 7 years ago
shimat e172935658 LSD: support vector<Vec4i> lines (#11042) 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
karelknoest 1ded2de2dd Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm. 10 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Alexander Mordvintsev 20fe614c2f createLineSegmentDetectorPtr -> createLineSegmentDetector in tests and samples 11 years ago
StevenPuttemans 1a42dd905c Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 11 years ago
Daniel Angelov 6fa4834f31 Update on the class. Edited tests and samples. 11 years ago
Daniel Angelov 6f3d6ded47 Test case to strict, as overlapping lines (based on random places) may occur. 11 years ago
Daniel Angelov 965b3759b1 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. 11 years ago
Daniel Angelov d35601209e Added define guard for ln10. Fixed some warnings. 12 years ago
Daniel Angelov 22c8010b2d Added needed header, changed macro name. 12 years ago
Daniel Angelov 3350533f48 Fixed ambiguouty error, signess compare. 12 years ago
Daniel Angelov e51e00ac5f Added LSD accuracy tests. 12 years ago