#include <gandalf/image/image_channel.h>
#include <gandalf/image/image_extract.h>
#include <gandalf/image/image_gl_uchar.h>
#include <gandalf/image/image_gl_short.h>
#include <gandalf/image/image_gl_ushort.h>
#include <gandalf/image/image_gl_int.h>
#include <gandalf/image/image_gl_uint.h>
#include <gandalf/image/image_gl_float.h>
#include <gandalf/image/image_gl_double.h>
#include <gandalf/image/image_gla_uchar.h>
#include <gandalf/image/image_gla_short.h>
#include <gandalf/image/image_gla_ushort.h>
#include <gandalf/image/image_gla_int.h>
#include <gandalf/image/image_gla_uint.h>
#include <gandalf/image/image_gla_float.h>
#include <gandalf/image/image_gla_double.h>
#include <gandalf/image/image_rgb_uchar.h>
#include <gandalf/image/image_rgb_short.h>
#include <gandalf/image/image_rgb_ushort.h>
#include <gandalf/image/image_rgb_int.h>
#include <gandalf/image/image_rgb_uint.h>
#include <gandalf/image/image_rgb_float.h>
#include <gandalf/image/image_rgb_double.h>
#include <gandalf/image/image_rgba_uchar.h>
#include <gandalf/image/image_rgba_short.h>
#include <gandalf/image/image_rgba_ushort.h>
#include <gandalf/image/image_rgba_int.h>
#include <gandalf/image/image_rgba_uint.h>
#include <gandalf/image/image_rgba_float.h>
#include <gandalf/image/image_rgba_double.h>
#include <gandalf/image/image_vfield2D_short.h>
#include <gandalf/image/image_vfield2D_int.h>
#include <gandalf/image/image_vfield2D_float.h>
#include <gandalf/image/image_vfield2D_double.h>
#include <gandalf/image/image_vfield3D_short.h>
#include <gandalf/image/image_vfield3D_int.h>
#include <gandalf/image/image_vfield3D_float.h>
#include <gandalf/image/image_vfield3D_double.h>
#include <gandalf/image/image_bit.h>
Functions | |
Gan_Image * | gan_image_extract_channel_q (const Gan_Image *source, Gan_ImageChannelType channel, unsigned r0, unsigned c0, unsigned height, unsigned width, Gan_Image *dest) |
Extracts a specific channel from part of an image. | |
Gan_Bool | gan_image_insert_channel (const Gan_Image *source, Gan_ImageChannelType schannel, Gan_Image *dest, Gan_ImageChannelType dchannel) |
Inserts a specific channel from one image into another. | |
Gan_Bool | gan_image_fill_channel_const (Gan_Image *image, Gan_ImageChannelType channel, Gan_Pixel *pixel) |
Sets a single channel of an image to a constant value. | |
Gan_Bool | gan_image_get_minimum_channel_value (Gan_Image *image, Gan_Image *mask, Gan_ImageChannelType channel, Gan_Pixel *minval) |
Finds the minimum value in the specified channel of an image. | |
Gan_Bool | gan_image_get_maximum_channel_value (Gan_Image *image, Gan_Image *mask, Gan_ImageChannelType channel, Gan_Pixel *maxval) |
Finds the maximum value in the specified channel of an image. | |
Gan_Image * | gan_image_threshold_channel_q (const Gan_Image *source, const Gan_Image *mask, Gan_ImageChannelType channel, float threshold, Gan_Image *dest) |
Thresholds a channel of an image. |
Part of: Gandalf Library