01-09-2008 12:19 PM
01-09-2008 02:51 PM
01-10-2008 12:22 PM
Hello unc,
In a pattern matching application, the score relates how closely the template resembles the located matches. A score is produced for each match based on the correlation result at that location. (See page 12-7 of the Vision Concepts Manual for an in-depth discussion of how the correlation is calculated.) A high score indicates a very close match, while a low score indicates a poor match. For more information, please check out the Pattern Matching Strategies Developer Zone article.
As I have not yet been able to find information on the formulaic relationship between the pattern matching score and the correlation result at a particular location, I suspect that information may be proprietary.
Best Regards,
T. McCarty
Applications Engineering
01-11-2008 10:46 AM - edited 01-11-2008 10:46 AM
An additional note on scores based my use is you always want a match of 800 or above. 700 to 800 is starts to misidentify objects. 700 and below is very unreliable.
Hope this is helpful,