Function opencv::cudaarithm::calc_norm

source ·
pub fn calc_norm(
    src: &impl ToInputArray,
    dst: &mut impl ToOutputArray,
    norm_type: i32,
    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()