![]() |
Microscopy Image Browser
1.233
|
This function is used to transform an 2D image, in a backwards way with an transformation image. More...
Functions | |
function Iout = | image_interpolation (Iin, Tlocalx, Tlocaly, Interpolation, Boundary, ImageSize) |
This function is used to transform an 2D image, in a backwards way with an transformation image. More... | |
This function is used to transform an 2D image, in a backwards way with an transformation image.
function Iout = image_interpolation | ( | Iin, | |
Tlocalx, | |||
Tlocaly, | |||
Interpolation, | |||
Boundary, | |||
ImageSize | |||
) |
This function is used to transform an 2D image, in a backwards way with an transformation image.
Iout = image_interpolation(Iin,Tlocalx,Tlocaly,Interpolation,Boundary,ImageSize)
inputs, Iin : 2D greyscale or color input image Tlocalx,Tlocaly : (Backwards) Transformation images for all image pixels
nearest
- nearest-neighbor interpolation bilinear
- bilinear interpolation bicubic
- cubic interpolation; the default method zero
- outside input image are implicilty assumed to be zero replicate
- Input array values outside the bounds of the array are assumed to equal the nearest array border value (optional) ImageSize: - Size of output image outputs, Iout : The transformed imageFunction is written by D.Kroon University of Twente (September 2010)
Referenced by affine_transform_2d_double(), and mib_compile_c_files().