Roman Donchenko
|
31de2833b4
|
Replace "const InputArray" with "InputArray".
InputArray is a reference, and references are always constant anyway. Making
it const even causes a GCC warning.
|
2013-07-26 14:52:56 +04:00 |
|
Daniel Angelov
|
6fa4834f31
|
Update on the class. Edited tests and samples.
|
2013-07-22 00:55:29 +03:00 |
|
Daniel Angelov
|
68e348f960
|
Added private operator=.
|
2013-07-21 10:08:11 +03:00 |
|
Daniel Angelov
|
cedd768397
|
Fixed the M_PI to CV_PI
|
2013-07-21 01:54:27 +03:00 |
|
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.
|
2013-07-21 01:31:51 +03:00 |
|
Daniel Angelov
|
694d9ff2eb
|
LSD enum now anonymous.
|
2013-07-15 23:28:19 +03:00 |
|
Daniel Angelov
|
d35601209e
|
Added define guard for ln10. Fixed some warnings.
|
2013-07-14 14:29:56 +03:00 |
|
Daniel Angelov
|
22c8010b2d
|
Added needed header, changed macro name.
|
2013-07-14 12:56:22 +03:00 |
|
Daniel Angelov
|
3350533f48
|
Fixed ambiguouty error, signess compare.
|
2013-07-13 05:08:15 +03:00 |
|
Daniel Angelov
|
6bd5e12be3
|
Added a sample to show usage of the class.
|
2013-07-13 04:11:27 +03:00 |
|
Daniel Angelov
|
e51e00ac5f
|
Added LSD accuracy tests.
|
2013-07-13 04:09:28 +03:00 |
|
Daniel Angelov
|
5350a2f1d9
|
Added Line Segmen Detector.
|
2013-07-13 00:21:02 +03:00 |
|