Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
image_interpolation.m File Reference

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.
 

Detailed Description

This function is used to transform an 2D image, in a backwards way with an transformation image.

Function Documentation

◆ image_interpolation()

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

Interpolation
nearest - nearest-neighbor interpolation bilinear - bilinear interpolation bicubic - cubic interpolation; the default method
Boundary
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 image

Function is written by D.Kroon University of Twente (September 2010)

References max, and min.

Referenced by affine_transform_2d_double(), and mib_compile_c_files().

Here is the caller graph for this function: