MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ estimate_for_component()

template<typename T >
Stochastic::Estimate & MayaFlux::Kinesis::MotionChannel< T >::estimate_for_component ( size_t  component)
inline

Direct access to one component's Estimate instance.

Parameters
componentIndex (0 for x/scalar, 1 for y, 2 for z)

Definition at line 223 of file MotionChannel.hpp.

224 {
225 return m_estimates[component];
226 }
std::vector< Stochastic::Estimate > m_estimates

References MayaFlux::Kinesis::MotionChannel< T >::m_estimates.

Referenced by MayaFlux::Kinesis::channel_curvature().

+ Here is the caller graph for this function: