Function calc_sum

Source
pub fn calc_sum(
    src: &impl ToInputArray,
    dst: &mut impl ToOutputArray,
    mask: &impl ToInputArray,
    stream: &mut impl StreamTrait,
) -> Result<()>
Expand description

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

ยงC++ default parameters

  • mask: noArray()
  • stream: Stream::Null()