Template Struct variance_multiplies

Struct Documentation

template<typename T1>
struct variance_multiplies

Calculate the variance when we multiply two Pixels

Note

We provide a single-operand version for when the right-hand-side of an expression is a scalar, not a masked pixel,

Public Functions

T1 operator()(T1 const &x, T1 const &y, T1 const &vx, T1 const &vy) const
T1 operator()(T1 const&, T1 const &y, T1 const &vx) const