Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

psImageGeomManip.h File Reference


Detailed Description

Contains basic image geometry manipulation operations, as specified in the PSLIB SDRS sections "Image Geometry Manipulations".

Author:
Robert DeSonia, MHPCC
Version:
Revision
1.12
Name
rel7
Date:
Date
2005/08/31 21:58:22
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psImageGeomManip.h.

#include "psImage.h"
#include "psCoord.h"
#include "psStats.h"
#include "psPixels.h"

Include dependency graph for psImageGeomManip.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

psImagepsImageRebin (psImage *out, const psImage *in, const psImage *mask, psMaskType maskVal, int scale, const psStats *stats)
 Rebin image to new scale.
psImagepsImageResample (psImage *out, const psImage *in, int scale, psImageInterpolateMode mode)
 Resample image to new scale.
psImagepsImageRotate (psImage *out, const psImage *input, float angle, complex exposed, psImageInterpolateMode mode)
 Rotate the input image by given angle, specified in degrees.
psImagepsImageShift (psImage *out, const psImage *input, float dx, float dy, complex exposed, psImageInterpolateMode mode)
 Shift image by an arbitrary number of pixels (dx,dy) in either direction.
psImagepsImageRoll (psImage *out, const psImage *input, int dx, int dy)
 Roll image by an integer number of pixels in either direction.
psImagepsImageTransform (psImage *output, psArray *blankPixels, const psImage *input, const psImage *inputMask, psMaskType inputMaskVal, const psPlaneTransform *outToIn, psRegion region, const psPixels *pixels, psImageInterpolateMode mode, double exposedValue)
 Transform the input image according the supplied transformation.


Generated on Wed Sep 14 10:43:06 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2