ExhaustiveBlockMatchingProcessImage Method (UnmanagedImage, ListIntPoint, UnmanagedImage) |
Namespace: Accord.Imaging
public List<BlockMatch> ProcessImage( UnmanagedImage sourceImage, List<IntPoint> coordinates, UnmanagedImage searchImage )
Exception | Condition |
---|---|
InvalidImagePropertiesException | Source and search images sizes must match. |
UnsupportedImageFormatException | Source images can be grayscale (8 bpp indexed) or color (24 bpp) image only. |
ArgumentException | Source and search images must have same pixel format. |