Ask Your Question

pathento's profile - activity

2018-08-28 11:41:19 -0600 received badge  Student (source)
2015-04-30 12:05:09 -0600 received badge  Editor (source)
2015-04-30 09:57:30 -0600 asked a question Match template using pyramid method

Hi all!

I'm pretty newbie working with OpenCV . I'm trying to implement an algorithm to improve the performance of template matching operation .

I saw this article (http://opencv-code.com/tutorials/fast...) a method whose steps seem to make sense and I'm trying to take it to python . The problem is that I do not quite understand the procedure. I always get in the first level (smallest image) a black image. I never obtain any white point. Also I do not understand why this algorithm uses 2 masks as I don't understand the procedure.

I wonder if someone can guide me in the procedure to be performed for template matching in partial regions of the image . Or any other method to improve performance.

Let me know if any thing is not clear !

Thanks