Image processing (sunpy.image
)¶
sunpy.image
contains routines to process images (i.e. numpy
arrays). The
routines in this submodule are generally exposed through map-specific functions
in other places.
sunpy.image Package¶
sunpy.image.resample Module¶
Image resampling methods.
Functions¶
|
Returns a new |
|
Re-shape the two dimension input image into a a four dimensional array whose first and third dimensions express the number of original pixels in the "x" and "y" directions that form one superpixel. |
sunpy.image.transform Module¶
Functions for geometrical image transformation and warping.
Functions¶
|
Decorator to add a rotation function to the registry of selectable implementations. |
|
Rotates, shifts and scales an image. |