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

psImageExtraction.h File Reference


Detailed Description

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

Author:
Robert DeSonia, MHPCC
Version:
Revision
1.21
Name
rel5_0
Date:
Date
2005/02/17 19:26:24
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psImageExtraction.h.

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

Include dependency graph for psImageExtraction.h:

Include dependency graph

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

Included by dependency graph

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

psImagepsImageSubset (psImage *image, psS32 col0, psS32 row0, psS32 col1, psS32 row1)
 Create a subimage of the specified area.
psImagepsImageSubsection (psImage *image, const char *section)
 Create a subimage of the specified area.
psImagepsImageTrim (psImage *image, psS32 col0, psS32 row0, psS32 col1, psS32 row1)
 Trim an image.
psVectorpsImageSlice (psVector *out, psVector *slicePositions, const psImage *input, const psImage *mask, psU32 maskVal, psS32 col0, psS32 row0, psS32 col1, psS32 row1, 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, psU32 maskVal, float startCol, float startRow, float endCol, float endRow, psU32 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, psU32 maskVal, float centerCol, float centerRow, const psVector *radii, const psStats *stats)
 Extract radial region data to a vector.


Generated on Mon Apr 4 18:24:45 2005 for Pan-STARRS Foundation Library by  doxygen 1.3.9.1