OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
tutorials doc code at page 138 not work as img show below.
code at page 138 for rho,theta in lines[0]: not work as img below,
i think it should be for rho,theta in np.squeeze(lines): or for rho,theta in lines[:,0,:]: otherwise it will only show the first line.