|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
|
inlinenoexcept |
Correlation between two spans at a single fixed lag.
| a | First span |
| b | Second span |
| lag | Samples to offset b relative to a; positive tests whether b's later samples resemble a's earlier ones |
The bounded, single-lag counterpart to Discrete::cross_correlate; see this file's header comment for the relationship. Exists as its own function, distinct from relation_lag below, because a caller who already knows the lag they care about (a fixed device latency, a known frame offset between two sensors) should not pay for a search over a range to confirm what they already know.
Definition at line 111 of file Relation.hpp.
References a, b, and correlation().
Referenced by relation_lag().
Here is the call graph for this function:
Here is the caller graph for this function: