You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image_line_segment_detector(img, union = T) returns a pixel matrix the size of the image with all 0 values. Ideally, this would also update when union = T so that joined lines are represented by the same number.
Yes, you are right, but that is not how it is implemented by the author of LSD line segment detector (original C code is here https://github.com/theWorldCreator/LSD). If union is set to 1, pixels are untouched.
I think you should post your question at that repository to get further details.
image_line_segment_detector(img, union = T)
returns a pixel matrix the size of the image with all 0 values. Ideally, this would also update when union = T so that joined lines are represented by the same number.The text was updated successfully, but these errors were encountered: