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
src1InputArrayfirst input array or a scalar.
src2InputArraysecond input array or a scalar.
dstOutputArrayoutput array that has the same size and type as input arrays.