In file No file:

Inrimage* resample4x4Nearest ( Inrimage *inr, Matrix4x4 &mat, Inrimage::WORD_TYPE wt, unsigned int xdim, unsigned int ydim, unsigned int zdim, bool twoD = false, float gain = 1, float bias = 0 )

Resampling function with 4x4 matrix

Documentation

Resampling function with 4x4 matrix. We resample an image with a 4x4 Matrix of double using a nearest interpolation. It returns a new resampled image
Returns:
a new image which is the input image resampled with mat
Parameters:
inr - image to be resampled
mat - 4x4 matrix
wt - type of the new resampled inrimage
xdim - x dimension of the new resampled inrimage
ydim - y dimension of the new resampled inrimage
zdim - z dimension of the new resampled inrimage
twoD - whether to resample in 2D or 3D
gain - gain added to the new resampled inrimage
bias - bias added to the new resampled inrimage

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de