Matching template imge(scaled) to Main/larger image

Viewed 2642

I want to find/check subImage/template image in main image and want to know its coordinates,

I have used code given at following link to implement it,

Check presence of subimage in image in iOS

It is working fine, if the size of the template image is exactly same as size of the matching part of larger image.

But it is not giving result properly if the subimage is scaled down or scaled up than matching part of larger image.

1 Answers
Related