|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inline |
Feed one sample and push the filtered result into a HistoryBuffer.
| sample | Raw value for this step |
| out | History buffer to receive the filtered value, so a caller can hand this buffer directly to Kinesis::Differential instead of maintaining a separate raw-sample buffer |
Equivalent to update(sample) followed by out.push(value()), given as one call since running an Estimate purely to feed Differential is the primary intended usage rather than an incidental one.
Definition at line 271 of file Estimate.hpp.
References MayaFlux::Memory::HistoryBuffer< T >::push().
Here is the call graph for this function: