Compares imageA and imageB and returns their
similarity.
The similarity of the two images.
A similarity of zero will be returned if the two images do not have
the same size. No preprocessing or clipping is done on the specified images.
| 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. |
