Skip to content

What is the principle of error correction? #166

Answered by Chlumsky
FaithALL asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I missed this question. You are exactly right about the nature of the problem and my "original" solution, and while it sounds pretty straight-forward, finding where the interpolation goes wrong is not so easy. The latest version is still this exact same solution, but with a more advanced method to predict the interpolation error locations. I have determined that all bilinear interpolation errors will manifest on horizontal, vertical, or diagonal lines connecting adjacent pixels. Therefore, the algorithm analytically finds the extreme values of the interpolation on these lines and for those points, checks if the sign of the distance is evaluated wrong. However, comparing it to the c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by FaithALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #165 on October 14, 2022 15:11.