Class T5FingerTemplateChecker


  • public class T5FingerTemplateChecker
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      void cancel()
      delete object of T5FingerTemplateChecker
      boolean check​(byte[] fpTemplate)
      Function check fingerprint template - if it has a right format and in good health Parameters:
      boolean create()
      create object of T5FingerTemplateChecker
      java.lang.String getVersion()
      The function returns version of Tech5_GalleryMatcher_ServerE Parameters:
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • T5FingerTemplateChecker

        public T5FingerTemplateChecker()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
        The function returns version of Tech5_GalleryMatcher_ServerE Parameters:
        Returns:
        value of current version
      • create

        public boolean create()
        create object of T5FingerTemplateChecker
        Returns:
        false in case of error
      • cancel

        public void cancel()
        delete object of T5FingerTemplateChecker
      • check

        public boolean check​(byte[] fpTemplate)
        Function check fingerprint template - if it has a right format and in good health Parameters:
        Parameters:
        fpTemplate - ( input) - fingerprint template for checking
        Returns:
        Return value: true if template is OK and false otherwise