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

tutorials doc code at page 138 not work as img show below.

Open Dashu-Xu opened this issue 5 years ago • 0 comments

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.

Dashu-Xu avatar Apr 11 '20 10:04 Dashu-Xu