#include <gandalf/vision/mask1D.h>
Public Attributes | |
Gan_Mask1DFormat | format |
format of convolution mask | |
Gan_Type | type |
type of mask | |
unsigned int | size |
size of mask (must be odd) | |
unsigned int | size_alloc |
allocated size of mask | |
union { | |
float * f | |
double * d | |
int * i | |
unsigned short * us | |
unsigned char * uc | |
} | data |
mask data | |
Gan_Bool | data_alloc |
whether the mask data was dynamically allocated | |
Gan_Bool | alloc |
whether this structure was dynamically allocated |