Hi, I am kumar viplav, currently trying to do some automation using perl. I have a problem like i have two images in .bmp format. one sample image and another one is reference image. reference image has been cut from the sample image only and i need to find how many times this reference image is present in the sample image. i know i can use compare() function of magickimage module.
Please suggesst me the solution.