Package com.griaule.grfingerjava

Examples of com.griaule.grfingerjava.Template


        if (!grInitialized) {
            init();
        }
        fingerprint = f;
        if (useFingerprintSdk) {
            grTemplate = new Template(f.getTemplate());
        }
    }
View Full Code Here

TOP

Related Classes of com.griaule.grfingerjava.Template

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.