This code loads an image and an object image,
performs template matching, detects objects in the image that match the object image, draws rectangles around the detected objects,
displays the result and saves the modified image to a file.

Accuracy of matching can be changed by modifying "threshold_value", In the earlier image value of 0.8 was used and by using lower value of 0.7 output is this

