Main Page | Modules | Class List | File List | Class Members | File Members

Minumum/maximum pixel value across an image
[Image Package]


Functions

Gan_Bool gan_image_get_minimum_pixel (Gan_Image *image, Gan_Image *mask, Gan_Pixel *minpix)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel (Gan_Image *image, Gan_Image *mask, Gan_Pixel *maxpix)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_d (const Gan_Image *pImage, const Gan_Image *pMask, double *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_d (const Gan_Image *pImage, const Gan_Image *pMask, double *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_f (const Gan_Image *pImage, const Gan_Image *pMask, float *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_f (const Gan_Image *pImage, const Gan_Image *pMask, float *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_i (const Gan_Image *pImage, const Gan_Image *pMask, int *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_i (const Gan_Image *pImage, const Gan_Image *pMask, int *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_s (const Gan_Image *pImage, const Gan_Image *pMask, short *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_s (const Gan_Image *pImage, const Gan_Image *pMask, short *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_uc (const Gan_Image *pImage, const Gan_Image *pMask, unsigned char *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_uc (const Gan_Image *pImage, const Gan_Image *pMask, unsigned char *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_ui (const Gan_Image *pImage, const Gan_Image *pMask, unsigned int *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_ui (const Gan_Image *pImage, const Gan_Image *pMask, unsigned int *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_ui12 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_ui12 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_gl_us (const Gan_Image *pImage, const Gan_Image *pMask, unsigned short *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_gl_us (const Gan_Image *pImage, const Gan_Image *pMask, unsigned short *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_d (const Gan_Image *pImage, const Gan_Image *pMask, double *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_d (const Gan_Image *pImage, const Gan_Image *pMask, double *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_f (const Gan_Image *pImage, const Gan_Image *pMask, float *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_f (const Gan_Image *pImage, const Gan_Image *pMask, float *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_i (const Gan_Image *pImage, const Gan_Image *pMask, int *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_i (const Gan_Image *pImage, const Gan_Image *pMask, int *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_s (const Gan_Image *pImage, const Gan_Image *pMask, short *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_s (const Gan_Image *pImage, const Gan_Image *pMask, short *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_uc (const Gan_Image *pImage, const Gan_Image *pMask, unsigned char *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_uc (const Gan_Image *pImage, const Gan_Image *pMask, unsigned char *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_ui (const Gan_Image *pImage, const Gan_Image *pMask, unsigned int *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_ui (const Gan_Image *pImage, const Gan_Image *pMask, unsigned int *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgb_us (const Gan_Image *pImage, const Gan_Image *pMask, unsigned short *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgb_us (const Gan_Image *pImage, const Gan_Image *pMask, unsigned short *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgba_ui12 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgba_ui12 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgbas_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgbas_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgbx_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgbx_ui10 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint16 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_rgbx_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_rgbx_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_yuv422_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_yuv422_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_yuva444_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_yuva444_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *maxval)
 Calculates the maximum pixel value in an image.
Gan_Bool gan_image_get_minimum_pixel_yuvx444_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *minval)
 Calculates the minimum pixel value in an image.
Gan_Bool gan_image_get_maximum_pixel_yuvx444_ui8 (const Gan_Image *pImage, const Gan_Image *pMask, gan_uint8 *maxval)
 Calculates the maximum pixel value in an image.

Function Documentation

Gan_Bool gan_image_get_maximum_pixel Gan_Image image,
Gan_Image mask,
Gan_Pixel maxpix
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxpix.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_d const Gan_Image pImage,
const Gan_Image pMask,
double *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_f const Gan_Image pImage,
const Gan_Image pMask,
float *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_i const Gan_Image pImage,
const Gan_Image pMask,
int *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_s const Gan_Image pImage,
const Gan_Image pMask,
short *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_uc const Gan_Image pImage,
const Gan_Image pMask,
unsigned char *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_ui const Gan_Image pImage,
const Gan_Image pMask,
unsigned int *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_ui12 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_gl_us const Gan_Image pImage,
const Gan_Image pMask,
unsigned short *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_d const Gan_Image pImage,
const Gan_Image pMask,
double *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_f const Gan_Image pImage,
const Gan_Image pMask,
float *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_i const Gan_Image pImage,
const Gan_Image pMask,
int *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_s const Gan_Image pImage,
const Gan_Image pMask,
short *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_uc const Gan_Image pImage,
const Gan_Image pMask,
unsigned char *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_ui const Gan_Image pImage,
const Gan_Image pMask,
unsigned int *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgb_us const Gan_Image pImage,
const Gan_Image pMask,
unsigned short *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgba_ui12 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgbas_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgbx_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_rgbx_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_yuv422_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_yuva444_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_maximum_pixel_yuvx444_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  maxval
 

Calculates the maximum pixel value in an image.

Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in maxval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel Gan_Image image,
Gan_Image mask,
Gan_Pixel minpix
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minpix.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_d const Gan_Image pImage,
const Gan_Image pMask,
double *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_f const Gan_Image pImage,
const Gan_Image pMask,
float *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_i const Gan_Image pImage,
const Gan_Image pMask,
int *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_s const Gan_Image pImage,
const Gan_Image pMask,
short *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_uc const Gan_Image pImage,
const Gan_Image pMask,
unsigned char *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_ui const Gan_Image pImage,
const Gan_Image pMask,
unsigned int *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_ui12 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_gl_us const Gan_Image pImage,
const Gan_Image pMask,
unsigned short *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_d const Gan_Image pImage,
const Gan_Image pMask,
double *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_f const Gan_Image pImage,
const Gan_Image pMask,
float *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_i const Gan_Image pImage,
const Gan_Image pMask,
int *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_s const Gan_Image pImage,
const Gan_Image pMask,
short *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_uc const Gan_Image pImage,
const Gan_Image pMask,
unsigned char *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_ui const Gan_Image pImage,
const Gan_Image pMask,
unsigned int *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgb_us const Gan_Image pImage,
const Gan_Image pMask,
unsigned short *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgba_ui12 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgbas_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgbx_ui10 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint16 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_rgbx_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_yuv422_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_yuva444_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.

Gan_Bool gan_image_get_minimum_pixel_yuvx444_ui8 const Gan_Image pImage,
const Gan_Image pMask,
gan_uint8 *  minval
 

Calculates the minimum pixel value in an image.

Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as NULL to consider all the pixels. The result is returned in minval.

Returns:
GAN_TRUE on success, GAN_FALSE on failure.


Generated on Fri Mar 17 12:45:01 2006 by  doxygen 1.3.9.1