Working with mathTemplate

I am mastering OpenCV and tried to find images in a picture using matchTemplate. There were a lot of questions:

  1. I got strange results. When I use the getImage function (from the book “Learning image processing with OpenCV”), I get some results, and when I use it only for NORMED convertTo methods, I get other results.
  2. Which of the ways to get images after the matchTemplate operation should be used - convert To only for NORMED or getImage for any results of the matchTemplate operation?
  3. Did I understand correctly that for a particular image I need to see the results of all the matchTemplate methods in order to choose the best method?
  4. If I need to count the number of elements in the image after using matchTemplate, do I need to see the results of all the methods? choose the desired method and count the number of white (dark) spots corresponding to the number of images?
    The project attached to OpenCVquestions.zip — Яндекс.Диск

Is this really such a difficult question and no one can answer it?