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