Table of Contents

Method Absdiff

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Absdiff(InputArray, InputArray, OutputArray)

Calculates the per-element absolute difference between two arrays or between an array and a scalar.

public static void Absdiff(InputArray src1, InputArray src2, OutputArray dst)

Parameters

src1 InputArray

first input array or a scalar.

src2 InputArray

second input array or a scalar.

dst OutputArray

output array that has the same size and type as input arrays.