VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | median_filter_t |
Functions | |
struct median_filter_t * | median_alloc (int length) |
void | median_free (struct median_filter_t *filter) |
int | median_update (struct median_filter_t *filter, int value) |
void | median_clear (struct median_filter_t *filter) |
struct median_filter_t * median_alloc | ( | int | length | ) |
void median_free | ( | struct median_filter_t * | filter | ) |
int median_update | ( | struct median_filter_t * | filter, |
int | value | ||
) |
void median_clear | ( | struct median_filter_t * | filter | ) |