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
I was reading your code, and noticed that the Bilinear interpolation is not doing what we usually called Bilinear interpolation, (but something that look like a usual mistake).
In Bilinear interpolation (like multi-linear interpolation) interpolated values for the vertices are exact.
There should be some crossed term xweight*yweight ...
The text was updated successfully, but these errors were encountered:
I was reading your code, and noticed that the Bilinear interpolation is not doing what we usually called Bilinear interpolation, (but something that look like a usual mistake).
dvo/dvo_core/src/core/interpolation.cpp
Lines 36 to 53 in bd21a70
https://en.wikipedia.org/wiki/Bilinear_interpolation (see on unit square)
In Bilinear interpolation (like multi-linear interpolation) interpolated values for the vertices are exact.
There should be some crossed term xweight*yweight ...
The text was updated successfully, but these errors were encountered: