|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Number of scalar components Estimate must independently track for T. More...
#include <MotionChannel.hpp>
Collaboration diagram for MayaFlux::Kinesis::estimate_component_count< T >:Static Public Attributes | |
| static constexpr size_t | value = 1 |
Number of scalar components Estimate must independently track for T.
Estimate is hard-typed to double: it has no notion of a vector. A MotionChannel<glm::vec2> needs two independent Estimate instances (one per axis), since each axis can have genuinely different noise character (a tablet's X and Y sensors are not identical). This trait makes that fan-out explicit rather than pretending Estimate is generic when it is not.
Definition at line 21 of file MotionChannel.hpp.