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

mask1D.h File Reference

#include <gandalf/common/misc_defs.h>

Go to the source code of this file.

Classes

struct  Gan_Mask1D
 1D convolution mask. More...

Enumerations

enum  Gan_Mask1DFormat { GAN_MASK1D_SYMMETRIC, GAN_MASK1D_ANTISYMMETRIC, GAN_MASK1D_GENERIC }
 Format of convolution mask. More...
enum  Gan_EdgeBehaviour { GAN_EDGE_BEHAVIOUR_CLIP, GAN_EDGE_BEHAVIOUR_REPEAT, GAN_EDGE_BEHAVIOUR_CIRCULAR, GAN_EDGE_BEHAVIOUR_EXPAND }
 Edge behaviour. More...

Functions

Gan_Mask1Dgan_mask1D_alloc (Gan_Mask1DFormat format, Gan_Type type, unsigned int size)
 Macro: Allocate and return a new 1D convolution mask.
Gan_Mask1Dgan_mask1D_alloc_data (Gan_Mask1DFormat format, Gan_Type type, void *data, unsigned int size)
 Macro: Allocate and return a new 1D convolution mask.
Gan_Mask1Dgan_mask1D_form (Gan_Mask1D *mask, Gan_Mask1DFormat format, Gan_Type type, unsigned int size)
 Macro: Build a new 1D convolution mask.
Gan_Mask1Dgan_mask1D_form_data (Gan_Mask1D *mask, Gan_Mask1DFormat format, Gan_Type type, void *data, unsigned int size)
 Macro: Build a new 1D convolution mask.


Detailed Description

Module: Constructing 1D Gaussian convolution masks

Part of: Gandalf Library

Version:
1.19
Date:
2005/08/22 08:52:18
Author:
jps
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1