InterpolLin2DCenter

class InterpolLin2DCenter(p_ima, p_ox, p_oy)[source]

Bases: object

https://scipython.com/book/chapter-8-scipy/examples/two-dimensional-interpolation-with-scipyinterpolaterectbivariatespline/

input : image and vector translation in pixel unit output : interpol image only in domain center after translation

Methods Summary

interpol(p_dx, p_dy)
plot_interpol([p_title])

Methods Documentation

interpol(p_dx, p_dy)[source]
plot_interpol(p_title='')[source]