Search code examples
pythonmatlabimage-processingconvolutiontemplate-matching

Introducing template matching approaches except NCC and SSD


I am looking for an algorithm for template matching which I can implemented in matlab or python. I have already used normalized cross correlation and sum of sqaure differences. But These are not robust for my work. Does anyone have any suggestion for me?

Any help would be appreciated.

Thank you in advanvce


Solution

  • Have you tried SIFT, SURF or any other feature detection algorithm?
    I have a good experience with both of them in similar context and I know they have available matlab implementations. I have a good experience with VLFEAT.