findTransformECC() With Multiple warpMatrix's

asked 2017-08-29 00:36:33 -0600

hgyoo gravatar image

updated 2017-09-26 17:15:02 -0600

I am exploring using findTransformECC() in my application where there can be multiple matches between template image in a larger candidate image (e.g., template is a circular ball and candidate is a repeating pattern of those circular balls). Would you share if you know there is a way to find all the matches (i.e., multiple warpMatrix's).

I initially selected findTransformECC() as the method of my choice as it is a pixel intensity based and offers an option for input mask array. However I am open to other methods.

edit retag flag offensive close merge delete