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
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.
The text was updated successfully, but these errors were encountered:
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):
orfor rho,theta in lines[:,0,:]:
otherwise it will only show the first line.The text was updated successfully, but these errors were encountered: