Main Content
imabsdiff
Absolute difference of two images
Syntax
Description
Examples
Input Arguments
Output Arguments
Tips
If
X
is of classdouble
, then use the expressionabs(X-Y)
instead of this function.If
X
is of classlogical
, then use the expressionXOR(X,Y)
instead of this function.When
X
andY
are of classuint8
,int16
, orsingle
, thenimabsdiff
can use hardware optimization to run faster.
Extended Capabilities
Version History
Introduced before R2006aSee Also
imadd
| imcomplement
| imdivide
| imlincomb
| imsubtract
| immultiply