#include <math.h>#include <gandalf/image/image_pyramid.h>#include <gandalf/image/image_gl_uint8.h>#include <gandalf/image/image_gl_uint16.h>#include <gandalf/image/image_gl_uint32.h>#include <gandalf/image/image_gl_float32.h>#include <gandalf/image/image_gl_float64.h>#include <gandalf/image/image_rgb_float32.h>#include <gandalf/image/image_rgb_float64.h>#include <gandalf/image/image_rgb_uint8.h>#include <gandalf/image/image_rgb_uint16.h>#include <gandalf/image/image_rgb_uint32.h>#include <gandalf/image/image_rgba_float32.h>#include <gandalf/image/image_rgba_float64.h>#include <gandalf/image/image_rgba_uint8.h>#include <gandalf/image/image_rgba_uint16.h>#include <gandalf/image/image_rgba_uint32.h>#include <gandalf/image/image_vfield2D_int16.h>#include <gandalf/image/image_vfield2D_int32.h>#include <gandalf/image/image_vfield2D_float32.h>#include <gandalf/image/image_vfield2D_float64.h>#include <gandalf/image/image_vfield3D_int16.h>#include <gandalf/image/image_vfield3D_int32.h>#include <gandalf/image/image_vfield3D_float32.h>#include <gandalf/image/image_vfield3D_float64.h>#include <gandalf/image/image_bit.h>#include <gandalf/image/image_extract.h>#include <gandalf/common/allocate.h>#include <gandalf/common/misc_error.h>Functions | |
| Gan_Image * | gan_image_halve_size (Gan_Image *image, Gan_Image *himage) |
| Halve the size of an image. | |
| Gan_Bool | gan_image_pyramid_build_preallocated (Gan_Image *img, Gan_Image *mask, unsigned no_levels, Gan_ImagePyramidAverage average_type, unsigned no_neighbours, Gan_Image **imgarray, Gan_Image **maskarray, Gan_ImagePyramid **pyramid) |
| Builds an image pyramid.using preallocated image buffers passed in. | |
| void | gan_image_pyramid_free (Gan_ImagePyramid *pyramid, unsigned no_levels, Gan_Bool free_top_level) |
| Frees an image pyramid. | |
Part of: Gandalf Library
1.3.9.1