#include <gandalf/vision/mask1D.h>#include <gandalf/image/image_defs.h>#include <gandalf/image/image_channel.h>Go to the source code of this file.
Functions | |
| Gan_Bool | gan_convolve1D_f (float *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, float *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for float arrays. | |
| Gan_Bool | gan_convolve1D_d (double *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, double *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for double arrays. | |
| Gan_Bool | gan_convolve1D_i (int *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, int *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for int arrays. | |
| Gan_Bool | gan_convolve1D_uc (unsigned char *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, unsigned char *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for integer arrays. | |
| Gan_Bool | gan_convolve1D_us (unsigned short *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, unsigned short *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for integer arrays. | |
| Gan_Bool | gan_convolve1D_ui (unsigned int *source, int sstride, Gan_EdgeBehaviour behaviour, Gan_Bool zero_outside, unsigned int *dest, int dstride, Gan_Mask1D *mask, int dsize) |
| 1D convolution function for unsigned integer arrays. | |
| Gan_Image * | gan_image_convolve1Dx_q (const Gan_Image *image, Gan_ImageChannelType channel, Gan_EdgeBehaviour eEdgeBehaviour, Gan_Mask1D *mask, Gan_Image *dest) |
| Convolves an image in the x-direction. | |
| Gan_Image * | gan_image_convolve1Dy_q (const Gan_Image *image, Gan_ImageChannelType channel, Gan_EdgeBehaviour eEdgeBehaviour, Gan_Mask1D *mask, Gan_Image *dest) |
| Convolves an image in the y-direction. | |
| Gan_Image * | gan_image_convolve1Dx_s (const Gan_Image *image, Gan_ImageChannelType channel, Gan_EdgeBehaviour eEdgeBehaviour, Gan_Mask1D *mask) |
| Macro: Convolves an image in the x-direction. | |
| Gan_Image * | gan_image_convolve1Dy_s (const Gan_Image *image, Gan_ImageChannelType channel, Gan_EdgeBehaviour eEdgeBehaviour, Gan_Mask1D *mask) |
| Macro: Convolves an image in the y-direction. | |
Part of: Gandalf Library
1.4.3