src/dilationByAnchor.c File Reference


Functions

int dilationByAnchor_1D_horizontal (uint8_t *imageIn, uint8_t *imageOut, int imageWidth, int imageHeight, int size)
 Dilation with an horizontal linear segment.
int dilationByAnchor_1D_vertical (uint8_t *imageIn, uint8_t *imageOut, int imageWidth, int imageHeight, int size)
 Dilation with a vertical linear segment.
int dilationByAnchor_2D (uint8_t *imageIn, uint8_t *imageOut, int imageWidth, int imageHeight, int seWidth, int seHeight)
 Dilation with a seWidth * seHeight rectangle structuring element.

Detailed Description


Telecommunications and Imaging Laboratory - Institut Montefiore - Université de Liège