webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::NormalizedCovarianceEstimator Class Reference

#include <normalized_covariance_estimator.h>

Public Member Functions

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 ()
 

Member Function Documentation

◆ 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: