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

psImageMaskOps.h File Reference


Detailed Description

Contains basic image pixel manipulation operations, as specified in the PSLIB SDRS sections "Mask Operations".

Author:
David Robbins, MHPCC
Version:
Revision
1.1
Name
rel8_0
Date:
Date
2005/10/10 20:12:13
Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii

Definition in file psImageMaskOps.h.

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

Include dependency graph for psImageMaskOps.h:

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

Go to the source code of this file.

Functions

void psImageMaskRegion (psImage *image, psRegion region, const char *op, psMaskType maskValue)
 Sets the bits inside the region, ignoring pixels outside.
void psImageKeepRegion (psImage *image, psRegion region, const char *op, psMaskType maskValue)
 Sets the bits outside the region, ignoring pixels inside.
void psImageMaskCircle (psImage *image, double x, double y, double radius, const char *op, psMaskType maskValue)
 Sets the bits inside the circle, ignoring the pixels outside.
void psImageKeepCircle (psImage *image, double x, double y, double radius, const char *op, psMaskType maskValue)
 Sets the bits outside the circle, ignoring the pixels inside.
psImagepsImageGrowMask (psImage *out, const psImage *in, psMaskType maskVal, unsigned int growSize, psMaskType growVal)
 Grows the specified values on the imput mask image, in, returning the result.


Generated on Thu Oct 13 14:33:11 2005 for Pan-STARRS Foundation Library by  doxygen 1.4.2