#include <gandalf/image/image_defs.h>Go to the source code of this file.
Classes | |
| struct | Gan_ImagePyramid |
| Structure to hold image and mask at a single pyramid level. More... | |
Typedefs | |
| typedef Gan_ImagePyramid | Gan_ImagePyramid |
| Structure to hold image and mask at a single pyramid level. | |
| typedef enum Gan_ImagePyramidAverage | Gan_ImagePyramidAverage |
| Type of averaging used when combining four pixels into one. | |
Enumerations | |
| enum | Gan_ImagePyramidAverage { GAN_AVERAGE_ALL, GAN_AVERAGE_IN_MASK } |
| Type of averaging used when combining four pixels into one. More... | |
Functions | |
| Gan_Bool | gan_image_pyramid_build (Gan_Image *img, Gan_Image *mask, unsigned no_levels, Gan_ImagePyramidAverage average_type, unsigned no_neighbours, Gan_ImagePyramid **pyramid) |
| Macro: Builds an image pyramid. | |
Part of: Gandalf Library
1.3.9.1