#include <gandalf/image/image_yuvx444_uint8.h>
#include <gandalf/image/image_bit.h>
#include <string.h>
#include <gandalf/image/image_defs.h>
#include <gandalf/common/array.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.h>
#include <gandalf/common/compare.h>
Defines | |
#define | GAN_PIXEL struct Gan_YUVX444Pixel_ui8 |
#define | GAN_PIXEL_FORMAT YUV colour with padding |
#define | GAN_PIXEL_TYPE gan_uint8 |
#define | GAN_PIXFMT GAN_YUVX444 |
#define | GAN_PIXTYPE GAN_UINT8 |
#define | GAN_IMFMT yuvx444 |
#define | GAN_IMTYPE ui8 |
#define | GAN_PIX_FIELD1 Y |
#define | GAN_PIX_FIELD2 U |
#define | GAN_PIX_FIELD3 V |
#define | GAN_IMAGE_FORM_GEN gan_image_form_gen_yuvx444_ui8 |
#define | GAN_IMAGE_SET_GEN gan_image_set_gen_yuvx444_ui8 |
#define | GAN_IMAGE_ALLOC gan_image_alloc_yuvx444_ui8 |
#define | GAN_IMAGE_ALLOC_DATA gan_image_alloc_data_yuvx444_ui8 |
#define | GAN_IMAGE_FORM gan_image_form_yuvx444_ui8 |
#define | GAN_IMAGE_FORM_DATA gan_image_form_data_yuvx444_ui8 |
#define | GAN_IMAGE_SET gan_image_set_yuvx444_ui8 |
#define | GAN_IMAGE_SET_PIX gan_image_set_pix_yuvx444_ui8 |
#define | GAN_IMAGE_GET_PIX gan_image_get_pix_yuvx444_ui8 |
#define | GAN_IMAGE_GET_PIXPTR gan_image_get_pixptr_yuvx444_ui8 |
#define | GAN_IMAGE_GET_PIXARR gan_image_get_pixarr_yuvx444_ui8 |
#define | GAN_IMAGE_FILL_CONST gan_image_fill_const_yuvx444_ui8 |
#define | GAN_IMAGE_GET_ACTIVE_SUBWINDOW gan_image_get_active_subwindow_yuvx444_ui8 |
#define | GAN_IMAGE_MASK_WINDOW gan_image_mask_window_yuvx444_ui8 |
#define | GAN_IMAGE_CLEAR_WINDOW gan_image_clear_window_yuvx444_ui8 |
#define | GAN_IMAGE_GET_MINIMUM_PIXEL gan_image_get_minimum_pixel_yuvx444_ui8 |
#define | GAN_IMAGE_GET_MAXIMUM_PIXEL gan_image_get_maximum_pixel_yuvx444_ui8 |
#define | GAN_IMAGE_PIXEL_MIN_VAL 0 |
#define | GAN_IMAGE_PIXEL_MAX_VAL GAN_UINT8_MAX |
#define | GAN_IMAGE_PIXEL_ZERO_VAL 0 |
#define | GAN_FILL_ARRAY gan_fill_array_ui8 |
#define | GAN_COPY_ARRAY gan_copy_array_ui8 |
Functions | |
Gan_Bool | gan_image_get_active_subwindow_yuvx444_ui8 (const Gan_Image *image, Gan_ImageWindow *subwin) |
Computes bounding box of non-zero pixels in grey-level image. | |
Gan_YUVX444Pixel_ui8 * | gan_image_get_pixptr_yuvx444_ui8 (const Gan_Image *img, unsigned row, unsigned col) |
Return a pointer to a pixel from a YUV colour gan_uint8 image. | |
Gan_YUVX444Pixel_ui8 ** | gan_image_get_pixarr_yuvx444_ui8 (const Gan_Image *img) |
Return the pixel array from a YUV colour gan_uint8 image. | |
Gan_Bool | gan_image_mask_window_yuvx444_ui8 (Gan_Image *img, unsigned r0, unsigned c0, unsigned height, unsigned width) |
Clear image except in specified rectangular region. | |
Gan_Bool | gan_image_clear_window_yuvx444_ui8 (Gan_Image *img, unsigned r0, unsigned c0, unsigned height, unsigned width) |
Clear image in specified rectangular region. | |
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. | |
Gan_Image * | gan_image_set_gen_yuvx444_ui8 (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data) |
Set format, type, dimension and stride attributes of an image. | |
Gan_Image * | gan_image_form_gen_yuvx444_ui8 (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data, struct Gan_YUVX444Pixel_ui8 *pix_data, size_t pix_data_size, struct Gan_YUVX444Pixel_ui8 **row_data, size_t row_data_size) |
Form an image with specific format, type, dimensions and stride. |
Part of: Gandalf Library