iRoCS Toolbox
1.1.0
|
Basic geometry changing routines for blitz images. More...
#include <Blitz2Dgeometry.hh>
Static Public Member Functions | |
template<typename T > | |
static void | scale (const blitz::Array< T, 2 > &origImage, blitz::Array< T, 2 > &scaledImage, float facy, float facx, scaleType type) |
Scales an image. More... | |
Basic geometry changing routines for blitz images.
Definition at line 50 of file Blitz2Dgeometry.hh.
|
static |
Scales an image.
origImage | Blitz array that represents the input |
scaledImage | Blitz array that holds the output |
facy | scaling factor in y direction |
facx | scaling factor in x direction |
type | scaling type (default: BILINEAR) |