Ask Your Question

grobian's profile - activity

2017-04-14 17:44:52 -0600 received badge  Student (source)
2016-08-03 00:59:41 -0600 received badge  Famous Question (source)
2015-04-15 09:32:40 -0600 received badge  Notable Question (source)
2014-10-15 05:30:57 -0600 received badge  Popular Question (source)
2013-10-02 02:30:29 -0600 commented answer template matching angle and scale invariant

Thanks for answer! I will give it try.

2013-10-02 02:29:10 -0600 commented question template matching angle and scale invariant

Hi,

I have old scripts (middle age) and I would like to find similar objects in the manuscripts. (This is a challenge due to the fact that also "identical" objects have small differences....

2013-10-01 07:07:30 -0600 asked a question template matching angle and scale invariant

Hello,

I have another question concerning the image matching. It seems so to be that opencv does not support angle and scale invariant template matching?

Cheers, Gordon

2013-09-30 08:39:10 -0600 commented question define match method for match Template

One solution: I can change the value match_method directely in the code

2013-09-30 07:02:49 -0600 commented question define match method for match Template

Hi again: in the description I found: Perform a template matching procedure by using the OpenCV function matchTemplate with any of the 6 matching methods described before. The user can choose the method by entering its selection in the Trackbar.

2013-09-30 06:50:25 -0600 commented question define match method for match Template

If I understand it correctely I have to declare the method...(?) In the description I found: Item 8 in the tutorial. "the arguments are naturally the input image I, the template T, the result R and the match_method (given by the Trackbar)"

Actually, I am not sure what I have to do..... Cheers, Grobian

2013-09-30 05:50:23 -0600 asked a question define match method for match Template

Hello,

I am trying to run the match Template as described in this tutorial:

http://docs.opencv.org/doc/tutorials/imgproc/histograms/template_matching/template_matching.html

Maybe a simple question: I run the script in a terminal (Ubuntu): ./faceDetect Template_Matching_Original_Image.jpg Template_Matching_Template_Image.jpg

I would like to know where I can define the matching method? Currently, the match_methode variable is always 0(?)

Thanks! Grobian