ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
#define | __ZE_MORPHO_H |
Functions | |
bool | morpho_bin_erosion (uint8_t *, size_t) |
bool | morpho_bin_dilation (uint8_t *, size_t) |
bool | morpho_bin_openning (uint8_t *, size_t) |
bool | morpho_bin_closing (uint8_t *, size_t) |
#define __ZE_MORPHO_H |
Definition at line 32 of file ze-morpho.h.
bool morpho_bin_closing | ( | uint8_t * | , |
size_t | |||
) |
Definition at line 133 of file ze-morpho.c.
bool morpho_bin_dilation | ( | uint8_t * | , |
size_t | |||
) |
Definition at line 80 of file ze-morpho.c.
bool morpho_bin_erosion | ( | uint8_t * | , |
size_t | |||
) |
Definition at line 41 of file ze-morpho.c.
bool morpho_bin_openning | ( | uint8_t * | , |
size_t | |||
) |
Definition at line 118 of file ze-morpho.c.