OpenCV2-Python-Tutorials icon indicating copy to clipboard operation
OpenCV2-Python-Tutorials copied to clipboard

[Feature/Enhancement] : Updated the code to identify and display all the lines in the image instead of one arbitrary line

Open shreedhar-sde opened this issue 8 months ago • 0 comments

The current code for line detection identified only one random line on the example image. This could be confusing for the novice perusing this for their study, as the output shown in the example article does not matches the output of the code. Modified the code to detect all the lines in the image.

shreedhar-sde avatar Apr 07 '25 18:04 shreedhar-sde