Ask Your Question

chukku's profile - activity

2013-09-30 05:32:56 -0600 asked a question how to print a string if a logo is detected in images

hi i am using opencv-2.4.5 for logo identifications. i am using the find_object C++ code given in samples of opencv directory. here i am getting the output as another image showing the matching key points. But instead i require a simple string which tells whether it is matching or not. how can i edit it?