|
FastLED 3.9.15
|
#include <filter.h>
Collaboration diagram for fl::BilateralFilter< T, N >:Public Member Functions | |
| BilateralFilter (fl::size capacity, T sigma_range) | |
| BilateralFilter (T sigma_range=T(1.0f)) | |
| FASTLED_FORCE_INLINE fl::size | capacity () const |
| FASTLED_FORCE_INLINE bool | full () const |
| FASTLED_FORCE_INLINE void | reset () |
| FASTLED_FORCE_INLINE void | resize (fl::size new_capacity) |
| FASTLED_FORCE_INLINE fl::size | size () const |
| FASTLED_FORCE_INLINE T | update (fl::span< const T > values) |
| FASTLED_FORCE_INLINE T | update (T input) |
| FASTLED_FORCE_INLINE T | value () const |
Private Attributes | |
| detail::BilateralFilterImpl< T, N > | mImpl |