I am preparing a sample by using OpenCV cvMatchTemplate(); function and I want to find all templates that's max. loc. upper than 0.40 with CV_TM_CCOEFF_NORMED method.
I mean I want to find all templates which match. I find only the best match template but I want to find all of them.
I hope I explained what I want.
Thanks.