Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
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. More...
 

Detailed Description

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

Function Documentation

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)

Referenced by affine_transform_2d_double(), and mib_compile_c_files().

Here is the caller graph for this function: