FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kIpp_ResizeShift ( kImage  input,
kImage  output,
kArray1  temp,
k64f  xs,
k64f  ys,
k64f  xOrigin,
k64f  yOrigin 
)

Resamples an input image to generate a scaled, shifted output image.

Parameters
inputInput image (kImage<k8u>).
outputOutput image (kImage<k8u>) pre-allocated with correct dimensions.
tempTemporary data structure required by algorithm.
xsX scale factor.
ysY scale factor.
xOriginX origin.
yOriginY origin.
Returns
Operation status.