Package com.digitalpersona.onetouch.processing

Examples of com.digitalpersona.onetouch.processing.DPFPFeatureExtraction


    protected void setNameLabel(String msg){
        employName.setText(msg);
    }

    protected DPFPFeatureSet extractFeatures(DPFPSample sample, DPFPDataPurpose purpose){
        DPFPFeatureExtraction extractor = DPFPGlobal.getFeatureExtractionFactory().createFeatureExtraction();
        try {
            return extractor.createFeatureSet(sample, purpose);
        } catch (DPFPImageQualityException e) {
            return null;
        }
    }
View Full Code Here

TOP

Related Classes of com.digitalpersona.onetouch.processing.DPFPFeatureExtraction

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.