ze-filter  (ze-filter-0.8.0-develop-180218)
ze-morpho.h File Reference

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)
 

Macro Definition Documentation

◆ __ZE_MORPHO_H

#define __ZE_MORPHO_H

Definition at line 32 of file ze-morpho.h.

Function Documentation

◆ morpho_bin_closing()

bool morpho_bin_closing ( uint8_t *  ,
size_t   
)

Definition at line 133 of file ze-morpho.c.

◆ morpho_bin_dilation()

bool morpho_bin_dilation ( uint8_t *  ,
size_t   
)

Definition at line 80 of file ze-morpho.c.

◆ morpho_bin_erosion()

bool morpho_bin_erosion ( uint8_t *  ,
size_t   
)

Definition at line 41 of file ze-morpho.c.

◆ morpho_bin_openning()

bool morpho_bin_openning ( uint8_t *  ,
size_t   
)

Definition at line 118 of file ze-morpho.c.