RAVE
|
Functions | |
transform (image, areaid, method=NEAREST, radius=None) | |
Variables | |
int | NEAREST = 1 |
int | BILINEAR = 2 |
int | CUBIC = 3 |
int | CRESSMAN = 4 |
int | UNIFORM = 5 |
int | INVERSE = 6 |
rave_transform.py Functionality for performing transformations between cartesian surfaces.
Lib.rave_transform.transform | ( | image, | |
areaid, | |||
method = NEAREST, | |||
radius = None ) |