I have a template image and target image as follows:
- The target has scale change
- The target has rotation change
- The target mix with noise,Partial Occlusion(the color is same-black)
So, how can i use the template image to detect the target,and use a ellipse to show the target,like this
I have tried matchTemplate function and surf function in opencv,but the result is not good.How can i solve this problem.Can you give me some advices.Thanks in advance!