I am trying to determine whether part of an image exists in another image. See the images below:
second part of image that i want to check if he existing in the full image:
if the second part exists inside the full image then the function should return true
If it exists then it should draw a layer on the containing UIImageView
outlining where it is found.
I am done with finding a rect and place layer object on the same but stuck in scan for image existence of another image.
(i want to check if Part Of Image Existing In Another Image). Can anyone provide me with some help