#include <normalized_covariance_estimator.h>
|
void | Update (float x, float x_mean, float x_var, float y, float y_mean, float y_var) |
|
float | normalized_cross_correlation () const |
|
void | Clear () |
|
void | Update (float x, float x_mean, float x_var, float y, float y_mean, float y_var) |
|
float | normalized_cross_correlation () const |
|
void | Clear () |
|
◆ Clear() [1/2]
void webrtc::NormalizedCovarianceEstimator::Clear |
( |
| ) |
|
◆ Clear() [2/2]
void webrtc::NormalizedCovarianceEstimator::Clear |
( |
| ) |
|
◆ normalized_cross_correlation() [1/2]
float webrtc::NormalizedCovarianceEstimator::normalized_cross_correlation |
( |
| ) |
const |
|
inline |
◆ normalized_cross_correlation() [2/2]
float webrtc::NormalizedCovarianceEstimator::normalized_cross_correlation |
( |
| ) |
const |
|
inline |
◆ Update() [1/2]
void webrtc::NormalizedCovarianceEstimator::Update |
( |
float |
x, |
|
|
float |
x_mean, |
|
|
float |
x_var, |
|
|
float |
y, |
|
|
float |
y_mean, |
|
|
float |
y_var |
|
) |
| |
◆ Update() [2/2]
void webrtc::NormalizedCovarianceEstimator::Update |
( |
float |
x, |
|
|
float |
x_mean, |
|
|
float |
x_var, |
|
|
float |
y, |
|
|
float |
y_mean, |
|
|
float |
y_var |
|
) |
| |
The documentation for this class was generated from the following files: