gflConvolve

The gflConvolve function applies a convolution matrix on a picture.

GFL_ERROR gflConvolve(
  GFL_BITMAP * src,  
  GFL_BITMAP ** dst,  
  const GFL_FILTER * filter
);

Parameters

Return value