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

convolve2D.h File Reference

#include <gandalf/vision/mask2D.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_convolve2D_f (float *source, int sstride, float *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for float arrays.
Gan_Bool gan_convolve2D_d (double *source, int sstride, double *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for double arrays.
Gan_Bool gan_convolve2D_i (int *source, int sstride, int *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for integer arrays.
Gan_Bool gan_convolve2D_uc (unsigned char *source, int sstride, unsigned char *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for unsigned character arrays.
Gan_Bool gan_convolve2D_us (unsigned short *source, int sstride, unsigned short *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for unsigned short arrays.
Gan_Bool gan_convolve2D_ui (unsigned int *source, int sstride, unsigned int *dest, int dstride, Gan_Mask2D *mask, unsigned long width)
 2D convolution function for unsigned integer arrays.
Gan_Imagegan_image_convolve2D_q (Gan_Image *image, Gan_ImageChannelType channel, Gan_Mask2D *mask, Gan_Image *dest)
 Convolves an image in both directions.
Gan_Imagegan_image_convolve2D_s (Gan_Image *image, Gan_ImageChannelType channel, Gan_Mask2D *mask)
 Macro: Convolves an image in both directions.


Detailed Description

Module: Image 2D convolution routines

Part of: Gandalf Library

Version:
1.1
Date:
2004/03/25 09:22:34
Author:
pm
Copyright: (c) 2004 FRAV (Face Recognition & Artificial Vision Group)
Generated on Sat May 21 23:52:49 2005 by  doxygen 1.4.3