#include <gandalf/vision/mask2D.h>
Public Attributes | |
| Gan_Mask2DFormat | format |
| format of convolution mask | |
| unsigned int | rows |
| Number of rows (must be odd). | |
| unsigned int | cols |
| Number of columns (must be odd). | |
| unsigned int | size_alloc |
| allocated size of mask | |
| Gan_Matrix * | data |
| mask data | |
| Gan_Bool | data_alloc |
| whether the mask data was dynamically allocated | |
| Gan_Bool | alloc |
| whether this structure was dynamically allocated | |
1.3.9.1