1 | initial version |
Many ways to do this, but you simple one is to use the void absdiff(InputArray src1, InputArray src2, OutputArray dst)
function.
Calculates the per-element absolute difference between two arrays or between an array and a scalar.
Parameters:
2 | No.2 Revision |
Many ways to do this, but you the simple one is to use the void absdiff(InputArray src1, InputArray src2, OutputArray dst)
function.
Calculates the per-element absolute difference between two arrays or between an array and a scalar.
Parameters: