Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher struct {
// contains filtered or unexported fields
}
Matcher is an image matching algorithm.
It implements exact matching. That is, two images match if they are are the same size, and if the pixel found at each (x, y) coordinate is identical on both images.
func (*Matcher) LastDifferentPixelFound ¶
LastDifferentPixelFound returns the last different pixel found, or nil if the images match.
Click to show internal directories.
Click to hide internal directories.