I am new to BoofCV, i was trying to implement BoofCV's Template Matching example given on following link http://boofcv.org/index.php?title=Example_Template_Matching.
It is working properly when my image contains the template, But when i change the image which is not containing the template still it returns result as match found.
So i want to do something like that it should give error or a log message that template not found instead of giving a match found that is totally wrong.
Thanks & Regards