VIA - Volumetric Image Analysis
Functions
Rotate2d.c File Reference

Functions

VImage VRotateImage2d (VImage src, VImage dest, VBand band, double angle)

Detailed Description

2D image rotation.

Reference:
"A Fast Algorithm for General Raster Rotation" by Alan Paeth, Graphics Interface '86, pp. 77-81.
Author:
Daniel Ko, UBC Laboratory for Computational Intelligence

Function Documentation

VImage VRotateImage2d ( VImage  src,
VImage  dest,
VBand  band,
double  angle 
)
Parameters
srcinput image
destoutput image
bandslice(s) to be processed.
angletotation angle.