Absolute difference of two images
If X
is of class double
, then use the
expression abs(X-Y)
instead of this function.
If X
is of class logical
, then use the
expression XOR(X,Y)
instead of this function.
When X
and Y
are of class
uint8
, int16
, or
single
, then imabsdiff
can use
hardware optimization to run faster.
imabsdiff
runs on a GPU if at least one of
X
and Y
are
gpuArray
s. It is not necessary that both inputs are
gpuArray
s.
imadd
| imcomplement
| imdivide
| imlincomb
| immultiply
| imsubtract