|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inlineexplicit |
Construct a channel.
| model | EstimateModel applied identically to every component. A vec2's x and y each get their own Estimate instance with this model, not one shared instance, since components are independent streams. |
| window | Window size forwarded to each Estimate |
| adapt_rate | Adapt rate forwarded to each Estimate, ignored by models other than EWM_VARIANCE |
| history_capacity | HistoryBuffer capacity; must be at least one more than the highest derivative order this channel will be asked to compute, per Differential's own capacity requirements |
Definition at line 125 of file MotionChannel.hpp.
References MayaFlux::Kinesis::MotionChannel< T >::component_count, and MayaFlux::Kinesis::MotionChannel< T >::m_estimates.