Click here to Skip to main content
15,908,166 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am looking for some code segments for 3D interpolation. My data is defined on 3D grids. I want to get value at any point in 3D space. Basically I need to calulate:

Value = F(x,y,z, data(Xgrid, ygrid, zgrid))

Please help
Thank you

What I have tried:

Searched the forum, but not find.
Posted
Updated 15-Jun-19 7:59am
v2
Comments
OriginalGriff 14-Jun-19 16:16pm    
What have *you* tried?
Where are *you* stuck?
What help do you need?

1 solution

the first page on Google search gives:
Trilinear interpolation - Wikipedia[^]
https://spie.org/samples/PM159.pdf[^]
Interpolation methods[^]
try it with 3d interpolation c++
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900