We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 text was updated successfully, but these errors were encountered:
恢复时是32*32 step 28 会有一部分像素overlap,这部分做平均操作,块效应就很少了
Sorry, something went wrong.
对于使用overlap,step过小会导致块太多,计算冗余。step过大由会导致整除问题。对于长方形的输入,分块后合并会导致像素变少,这个该怎么解决。比如LR为120160 HR为480640
No branches or pull requests
作者大大好,想请问本文方法是怎么解决块效应的
The text was updated successfully, but these errors were encountered: