문제

This is just for my personal interest and a follow-up to question from Linear interpolation: calculate correction based on 2D table

How would calculation look like when line and correction table use three dimensions - what kind of interpolation and formula would have to be used?

Thanks!

도움이 되었습니까?

해결책

It would be the same formula as in the original thread, just three dimensions would be used; the approach would be called tri-linear interpolation, as linear interpolation would be used along all three axes. More information can be found on Wikipedia, where also an illustration visualizes the approach. The underlying formula is basically the same as for two dimensions, except that one additional step of interpolation is used.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top