|
VSF Documented
|
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 | ) |