Enum rc_bmp_filter_t

Enum Documentation

enum rc_bmp_filter_t

Setting given to rc_bmp_init to configure the coefficient of the internal first order filter. We recommend disabling the filter with BMP_FILTER_OFF and doing your own filtering with the discrete filter functions below.

Values:

enumerator BMP_FILTER_OFF
enumerator BMP_FILTER_2
enumerator BMP_FILTER_4
enumerator BMP_FILTER_8
enumerator BMP_FILTER_16