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

mask2D.h File Reference

#include <gandalf/common/misc_defs.h>
#include <gandalf/linalg.h>
#include <gandalf/image.h>

Go to the source code of this file.

Classes

struct  Gan_Mask2D
 2D convolution mask. More...

Enumerations

enum  Gan_Mask2DFormat { GAN_MASK2D_SYMMETRIC, GAN_MASK2D_ANTISYMMETRIC, GAN_MASK2D_GENERIC }
 Format of 2D convolution mask. More...

Functions

Gan_Mask2Dgan_mask2D_alloc (Gan_Mask2DFormat format, unsigned int rows, unsigned int cols)
 Macro: Allocate and return a new 2D convolution mask.
Gan_Mask2Dgan_mask2D_alloc_data (Gan_Mask2DFormat format, Gan_Matrix *data, unsigned int rows, unsigned int cols)
 Macro: Allocate and return a new 2D convolution mask.
Gan_Mask2Dgan_mask2D_form (Gan_Mask2D *mask, Gan_Mask2DFormat format, unsigned int rows, unsigned int cols)
 Macro: Build a new 2D convolution mask.
Gan_Mask2Dgan_mask2D_form_data (Gan_Mask2D *mask, Gan_Mask2DFormat format, Gan_Matrix *data, unsigned int rows, unsigned int cols)
 Macro: Build a new 2D convolution mask.


Detailed Description

Module: Constructing 2D Gaussian convolution masks

Part of: Gandalf Library

Version:
1.2
Date:
2005/02/20 04:12:45
Author:
pm
Copyright: (c) 2004 FRAV (Face Recognition & Artificial Vision Group)
Generated on Fri Mar 17 12:44:52 2006 by  doxygen 1.3.9.1