rapp_morph_bin.h File Reference

RAPP binary morphology. More...

Go to the source code of this file.

Functions

int rapp_morph_worksize_bin (int width, int height)
 Compute the minimum size of the working buffer needed by the binary morphological functions.
int rapp_morph_erode_rect_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int wrect, int hrect, void *restrict work)
 Erosion with a rectangular structuring element.
int rapp_morph_dilate_rect_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int wrect, int hrect, void *restrict work)
 Dilation with a rectangular structuring element.
int rapp_morph_erode_diam_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Erosion with a diamond structuring element.
int rapp_morph_dilate_diam_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Dilation with a diamond structuring element.
int rapp_morph_erode_oct_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Erosion with an octagon structuring element.
int rapp_morph_dilate_oct_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Dilation with an octagon structuring element.
int rapp_morph_erode_disc_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Erosion with a approximately disc-shaped structuring element.
int rapp_morph_dilate_disc_bin (uint8_t *restrict dst, int dst_dim, const uint8_t *restrict src, int src_dim, int width, int height, int radius, void *restrict work)
 Dilation with an approximately disc-shaped structuring element.

Detailed Description

RAPP binary morphology.


Generated on 1 Jun 2016 for RAPP by  doxygen 1.6.1