Skip to main content

Find Image

Overview


Search for matches of a smaller image within a larger image.

Input

NameRequiredDescription
Main ImagePath to the main image
Sub ImagePath to the sub image to be found within the main image
ThresholdThreshold value for image match confidence, between 0 and 1.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.
FoundIndicates whether the sub image was found in the main image
X CoordinateX coordinate of the first match found, if any
Y CoordinateY coordinate of the first match found, if any
Image PointsList of all the points where the sub image was found within the main image