mI-PIV / app

Mobile Instructional Particle Image Velocimetry (mI-PIV) is an educational Android application that teaches users about fluid mechanics through real-time experiments and curricular modules.
MIT License
8 stars 4 forks source link

Interpolation extension #375

Closed kp-121 closed 2 years ago

kp-121 commented 2 years ago

Extend the bicubic interpolation when the immediate interpolation is bad values.

1 0 0 X 0 0 2 0 0 X 0 0 -> this is what we have now 1 0 0 X 0 0 2 -> this is what we want 000X000 -> keep the original immediate values if all is garbage