com.griaule.grFinger
Class MatchingResult

java.lang.Object
  extended by com.griaule.grFinger.MatchingResult

public class MatchingResult
extends Object

This class cointains the matching result information.


Method Summary
 boolean doesMatched()
          Returns true if the templates match.
 int getScore()
          Returns the matching score.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doesMatched

public boolean doesMatched()
Returns true if the templates match.

Returns:
Returns true if the templates match and false otherwise.

getScore

public int getScore()
Returns the matching score.

Returns:
The matching score.