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

psImagePixelExtract.h File Reference


Detailed Description

Contains basic image extraction operations, as specified in the PSLIB SDRS sections "Image Pixel Extractions".

Author:
Robert DeSonia, MHPCC
Version:
Revision
1.6
Name
rel7
Date:
Date
2005/07/21 02:39:57
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psImagePixelExtract.h.

#include "psImage.h"
#include "psVector.h"
#include "psStats.h"

Include dependency graph for psImagePixelExtract.h:

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

Go to the source code of this file.

Enumerations

enum  psImageCutDirection { PS_CUT_X_POS, PS_CUT_X_NEG, PS_CUT_Y_POS, PS_CUT_Y_NEG }

Functions

psVectorpsImageSlice (psVector *out, psVector *coords, const psImage *input, const psImage *mask, psMaskType maskVal, psRegion region, psImageCutDirection direction, const psStats *stats)
 Extract pixels from rectlinear region to a vector (array of floats).
psVectorpsImageCut (psVector *out, psVector *cutCols, psVector *cutRows, const psImage *input, const psImage *mask, psMaskType maskVal, psRegion region, unsigned int nSamples, psImageInterpolateMode mode)
 Extract pixels from an image along a line to a vector (array of floats).
psVectorpsImageRadialCut (psVector *out, const psImage *input, const psImage *mask, psMaskType maskVal, float x, float y, const psVector *radii, const psStats *stats)
 Extract radial region data to a vector.


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