sarafridov / K-Planes

Other
479 stars 45 forks source link

About Bilinear interpolation? #41

Closed xuyaojian123 closed 5 months ago

xuyaojian123 commented 9 months ago

Dynamic models will have 6 planes: # (y, x), (z, x), (t, x), (z, y), (t, y), (t, z). Why not set it to (x, y), (x, z), (x, t), (y, z), (y, t), (z, t)?

During bilinear interpolation:For example: coo_comb = (0,1), you get coordinates is (x, y),but the grid is (y, x). Is there any problem with this operation? It makes me doubt it. image

image