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
Thank you for sharing this very useful program.
I have a question about the program on line 35 (input_img[top:top + h, left:left + w] = c).
When I run this line the variable is treated as mutable. Is this a problem in my implementation?
The text was updated successfully, but these errors were encountered:
Thank you for sharing this very useful program.
I have a question about the program on line 35 (input_img[top:top + h, left:left + w] = c).
When I run this line the variable is treated as mutable. Is this a problem in my implementation?
The text was updated successfully, but these errors were encountered: