ecpi.common.num.interpol_tools module¶
Section author: ECLAIRs GP team
#TODO: to remove
Reference¶
-
class
InterpolInversMonotoneFunction(a_x, a_f_x, degree_spline=1)[source]¶ Bases:
objectInterpolation of a monotone function.
-
class
InterpolLin2DCenter(p_ima, p_ox, p_oy)[source]¶ Bases:
object- URL: 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
