GFL_FILTER

The GFL_FILTER structure allows to define a matrix for convolution (maximum 7x7).

typedef struct (
  GFL_INT16 Size,  
  GFL_INT16 Matrix[7*7],  
  GFL_INT16 Divisor,  
  GFL_INT16 Bias
} GFL_FILTER

Members

Example

See also