MatchImage(Bitmap, Bitmap, Single)
|
Matches a part of an image inside of the specified source image,
and returns the relative top-left corner coordinates of any matched image and their similarity percent.
|
MatchImage(Image, Image, Single)
|
Matches a part of an image inside of the specified source image,
and returns the relative top-left corner coordinates of any matched image and their similarity percent.
|
MatchImage(IntPtr, Bitmap, Single)
|
Matches a part of an image in the specified window,
and returns the relative top-left corner coordinates of any matched image and their similarity percent.
|
MatchImage(IntPtr, Image, Single)
|
Matches a part of an image in the specified window,
and returns the relative top-left corner coordinates of any matched image and their similarity percent.
|
MatchImage(String, String, Single)
|
Matches a part of an image inside of the specified source image,
and returns the relative top-left corner coordinates of any matched image and their similarity percent.
|