FastLED 3.9.15
Loading...
Searching...
No Matches
fl::BilateralFilter< T, N > Class Template Reference

Detailed Description

template<typename T = float, fl::size N = 5>
class fl::BilateralFilter< T, N >

Definition at line 689 of file filter.h.

#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_INLINEupdate (fl::span< const T > values)
 
FASTLED_FORCE_INLINEupdate (T input)
 
FASTLED_FORCE_INLINEvalue () const
 

Private Attributes

detail::BilateralFilterImpl< T, N > mImpl
 

The documentation for this class was generated from the following file: