Complement image
computes the complement of the
image J
= imcomplement(I
)I
and returns the result in
J
.
If I
is a grayscale or RGB image of class
double
, then you can use the expression
1-I
instead of this function.
If I
is a binary image, then you can use the expression
~I
instead of this function.
imabsdiff
| imadd
| imdivide
| imlincomb
| immultiply
| imsubtract