2014-06-05 07:59:18 -0600 | commented question | Template matching with the CV_TM_CCOEFF algorithm i have question like u about CCOEFF algorithm in theory. do u know, what do x'' & y'' refers to ? i know x&y are coordinates for source image, x' & y' are coordinates for template. |
2014-06-05 07:50:53 -0600 | commented answer | Template matching with the CV_TM_CCOEFF algorithm what do x'' & y'' refers to ? i know x&y are coordinates for source image, x' & y' are coordinates for template. |
2013-10-04 00:35:48 -0600 | asked a question | Advance User Interface with Opencv i am looking for advanced user interface with open CV. i have searched and got mostly using Qt, wx widgets, fltk but not with visual studio. i use visual studio as compiler, can i make UI by visual studio ? thank you. |
2013-09-08 13:28:10 -0600 | commented answer | theory of template matching algorithm that is what i want to know, the inside of cvMatchTemplate function does. that doesn't make sense me although the color isn't involved. color image that has 255 values compare with binary image that has only 2 values. it is still a mystery for a newbie like me. |
2013-09-07 10:50:42 -0600 | commented answer | theory of template matching algorithm thanks before for your answer, i really apreciate it. this is my problem, i have color image and binary template and it works. but, i don't understand how can it be.is the computation made channel by channel and the results are summed just like you said? because the template and the image are different. One is binary and the other is color. |
2013-09-05 13:34:56 -0600 | asked a question | theory of template matching algorithm Hello masters. i need ur help about template matching. my basic question is what is 'single channel' mean ? is it mean grayscale so if we have a color image, the image has '3 - channel' (RGB) ? i just want to make it sure. in cvMatchTemplate() function, should image and template in single channel ( single channel what i mean is grayscale ) ? because i have tested the function with color image and grayscale template and it works. the template is cropped from the image that had been converted to grayscale. my second and also last question, how is cvMatchTemplate function work when the image is color and the template is grayscale ? is the image converted to grayscale automatically ? thank you. |