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

image_gl_float64.h File Reference

#include <gandalf/common/misc_defs.h>
#include <stdlib.h>
#include <gandalf/image/image_defs.h>

Go to the source code of this file.

Defines

#define GAN_PIXEL   gan_float64
#define GAN_PIXEL_FORMAT   grey-level
#define GAN_PIXEL_TYPE   64-bit float
#define GAN_IMAGE_FORM_GEN   gan_image_form_gen_gl_f64
#define GAN_IMAGE_SET_GEN   gan_image_set_gen_gl_f64
#define GAN_IMAGE_ALLOC   gan_image_alloc_gl_f64
#define GAN_IMAGE_ALLOC_DATA   gan_image_alloc_data_gl_f64
#define GAN_IMAGE_FORM   gan_image_form_gl_f64
#define GAN_IMAGE_FORM_DATA   gan_image_form_data_gl_f64
#define GAN_IMAGE_SET   gan_image_set_gl_f64
#define GAN_IMAGE_SET_PIX   gan_image_set_pix_gl_f64
#define GAN_IMAGE_GET_PIX   gan_image_get_pix_gl_f64
#define GAN_IMAGE_GET_PIXPTR   gan_image_get_pixptr_gl_f64
#define GAN_IMAGE_GET_PIXARR   gan_image_get_pixarr_gl_f64
#define GAN_IMAGE_FILL_CONST   gan_image_fill_const_gl_f64
#define GAN_IMAGE_GET_ACTIVE_SUBWINDOW   gan_image_get_active_subwindow_gl_f64
#define GAN_IMAGE_MASK_WINDOW   gan_image_mask_window_gl_f64
#define GAN_IMAGE_CLEAR_WINDOW   gan_image_clear_window_gl_f64

Functions

Gan_Imagegan_image_set_gen_gl_f64 (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data)
Gan_Imagegan_image_form_gen_gl_f64 (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data, gan_float64 *pix_data, size_t pix_data_size, gan_float64 **row_data, size_t row_data_size)
Gan_Bool gan_image_get_active_subwindow_gl_f64 (const Gan_Image *image, Gan_ImageWindow *subwin)
 Computes bounding box of non-zero pixels in grey-level image.
gan_float64 * gan_image_get_pixptr_gl_f64 (const Gan_Image *img, unsigned row, unsigned col)
 Return a pointer to a pixel from a grey-level 64-bit float image.
gan_float64 ** gan_image_get_pixarr_gl_f64 (const Gan_Image *img)
 Return the pixel array from a grey-level 64-bit float image.
Gan_Bool gan_image_mask_window_gl_f64 (Gan_Image *pImage, unsigned r0, unsigned c0, unsigned height, unsigned width)
 Clear binary image except in specified rectangular region.
Gan_Bool gan_image_clear_window_gl_f64 (Gan_Image *pImage, unsigned r0, unsigned c0, unsigned height, unsigned width)
 Clear binary image in specified rectangular region.
Gan_Imagegan_image_alloc_gl_f64 (unsigned long height, unsigned long width)
 Macro: Allocate and return a new grey-level image with type 64-bit float.
Gan_Imagegan_image_form_gl_f64 (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Forms and returns a new grey-level 64-bit float image.
Gan_Imagegan_image_alloc_data_gl_f64 (unsigned long height, unsigned long width, unsigned long stride, gan_float64 *pix_data, size_t pix_data_size, gan_float64 **row_data, size_t row_data_size)
 Macro: Allocates and returns a new grey-level 64-bit float image.
Gan_Imagegan_image_form_data_gl_f64 (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, gan_float64 *pix_data, size_t pix_data_size, gan_float64 **row_data, size_t row_data_size)
 Macro: Forms and returns a new grey-level 64-bit float image.
Gan_Imagegan_image_set_gl_f64 (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Set an existing image to be grey-level with type 64-bit float.
Gan_Bool gan_image_set_pix_gl_f64 (Gan_Image *img, unsigned row, unsigned col, 64-bit float pix)
 Macro: Set a pixel in a grey-level 64-bit float image.
gan_float64 gan_image_get_pix_gl_f64 (const Gan_Image *img, unsigned row, unsigned col)
 Macro: Return a pixel from a grey-level 64-bit float image.
Gan_Bool gan_image_fill_const_gl_f64 (Gan_Image *img, 64-bit float pix)
 Macro: Fills all the pixels in a grey-level 64-bit float image.


Detailed Description

Module: Grey level 64-bit float images

Part of: Gandalf Library

Version:
1.2
Date:
2005/02/10 23:44:26
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:51 2006 by  doxygen 1.3.9.1