Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The program on line 35. #7

Open
100LocalMachine001 opened this issue Mar 22, 2022 · 1 comment
Open

The program on line 35. #7

100LocalMachine001 opened this issue Mar 22, 2022 · 1 comment

Comments

@100LocalMachine001
Copy link

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?

@HDUyiming
Copy link

如果使用官方中的这一行代码,我发现图像是没有任何变化的,请使用我提供的这条语句替换line35:
input_img[:, top:top + h, left:left + w] = c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants