03-20-2012 11:42 AM
I use Match Color Pattern node to search a template from a webcam. But the node can just return one or two correct results among ten times of grabs. For the other nine times, the node can't even find the target. I have tried to change a more accurate webcam, and adjusted the Color Score Weight, Match Mode, Search Strategy, Color Sensitivity, etc, for several times. But the problem still exists, and the improvements are not significant(almost no improvements). Now, I want to improve the rate of success in matching. What shall I do? Thanks!
Solved! Go to Solution.
03-20-2012 11:51 AM
Also, I have met another problem on Match Color Pattern node. When the shift orientation of the target is near to 180 degrees, the match results are really easy to be lost. VISION can hardly search the target, which have rotated for 180 degrees. What cause this problem? How to solve it?
03-20-2012 04:04 PM
Try to extract the luminance plane and experiment with the grayscale pattern matching algorithms.
03-20-2012 08:50 PM - edited 03-20-2012 08:51 PM
The Grayscale Pattern Matching node is not in the function panel. Do you means I should use the Geometric Matching Pattern node or Match Pattern node instead? And the raw pictures from the webcam is RGB. Is that time-economic to convert it into grayscale (Converting will cost the CPU resource), though it's time-saving in Matching process. I am using this program to catch the position of a moving target. Should I still use the Match node provided by Vision with low success rate? Or as ChristopheC said, extract the luminance plane, and do every other things by my self?
03-20-2012 09:03 PM
I also met this problem before, and don't know how to optimize the matching results.
03-23-2012 10:04 AM
Thanks for your advice!