Function opencv::cudaarithm::calc_norm_diff
source · pub fn calc_norm_diff(
src1: &dyn ToInputArray,
src2: &dyn ToInputArray,
dst: &mut dyn ToOutputArray,
norm_type: i32,
stream: &mut Stream
) -> 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
- norm_type: NORM_L2
- stream: Stream::Null()