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. |
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the maximum pixel value in an image.
Calculates the maximum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|
|
Calculates the minimum pixel value in an image.
Calculates the minimum pixel value in pImage over the mask pMask, which can be passed as
|