Compares imageA and imageB and returns whether
their similarity is greater than or equal to similarity.
True if the similarity of the two images is greater than or equal
to similarity.
False will be returned if the two images do not have the same size. If
similarity is smaller than or equal to zero, true is returned.
| Exception | Condition |
|---|---|
| ArgumentNullException | If imageA is null. |
| ArgumentNullException | If imageB is null. |
| ArgumentException | If the bitmap format of the imageB
cannot be converted to that of the imageA. |
