Searches for the specified feature in the image
using DefaultImaging..::.FindOptions
and returns whether the feature is found.
True if the feature is found, otherwise false.
| Exception | Condition |
|---|---|
| ArgumentNullException | If image is null. |
| ArgumentNullException | If feature is null. |
| ArgumentException | If the feature is greater in size
than the image. |
| ArgumentException | If the bitmap format of the feature
cannot be converted to that of the image. |
