Ask Your Question

ilas's profile - activity

2020-11-10 23:53:29 -0600 received badge  Notable Question (source)
2020-08-14 02:16:40 -0600 received badge  Popular Question (source)
2019-07-23 08:50:25 -0600 commented question How to contribute an optimised LineSegmentDetector Algorithm?

Hello _Christian_, I was wondering if by any chance you adapted your solution for the LineSegmentDetector in Python. Tha

2019-07-17 08:06:17 -0600 commented question Any implementation of LineSegmentDetector for python ?

I see. Well, I wouldn't like to change versions cause I need the newest in other parts of the projet. Thank you anyway !

2019-07-17 07:15:56 -0600 commented question Any implementation of LineSegmentDetector for python ?

I tried something very simple, just to give a first look : img = cv2.imread("messigray.jpg",0) lsd = cv2.createLineSeg

2019-07-17 07:15:21 -0600 commented question Any implementation of LineSegmentDetector for python ?

I tried something very simple, just to give a first look : Read gray image img = cv2.imread("messigray.jpg",0) Create

2019-07-17 02:08:01 -0600 asked a question Any implementation of LineSegmentDetector for python ?

Any implementation of LineSegmentDetector for python ? I see that cv2.createLineSegmentDetector implementation has been