Skip to main content

cv - Find image within image (:cv_find_image)

Declaration

x, y, score = big:cv_find_image(small)

Parameters

  • small
    Image object. The small image to search for

Returns

  • x, y
    Integer. Top-left coordinates of the best match location in the big image
  • score
    Number. Similarity at the best match location, in 0~100

Description

OpenCV extension: find the position of one image inside another image object