#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_Mask1D * | gan_mask1D_alloc (Gan_Mask1DFormat format, Gan_Type type, unsigned int size) |
Macro: Allocate and return a new 1D convolution mask. | |
Gan_Mask1D * | gan_mask1D_alloc_data (Gan_Mask1DFormat format, Gan_Type type, void *data, unsigned int size) |
Macro: Allocate and return a new 1D convolution mask. | |
Gan_Mask1D * | gan_mask1D_form (Gan_Mask1D *mask, Gan_Mask1DFormat format, Gan_Type type, unsigned int size) |
Macro: Build a new 1D convolution mask. | |
Gan_Mask1D * | gan_mask1D_form_data (Gan_Mask1D *mask, Gan_Mask1DFormat format, Gan_Type type, void *data, unsigned int size) |
Macro: Build a new 1D convolution mask. |
Part of: Gandalf Library