Metadata-Version: 1.1
Name: antispoofing.utils
Version: 2.0.3
Summary: Utility package for anti-spoofing countermeasures
Home-page: http://pypi.python.org/pypi/antispoofing.utils
Author: Tiago de Freitas Pereira, Ivana Chingovska
Author-email: tiagofrepereira@gmail.com, ivana.chingovska@idiap.ch
License: GPLv3
Description: .. vim: set fileencoding=utf-8 :
        .. Manuel Guenther <manuel.guenther@idiap.ch>
        .. Fri Oct 31 14:18:57 CET 2014
        
        .. image:: http://img.shields.io/badge/docs-stable-yellow.png
           :target: http://pythonhosted.org/antispoofing.utils/index.html
        .. image:: http://img.shields.io/badge/docs-latest-orange.png
           :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/antispoofing.utils/master/index.html
        .. image:: https://travis-ci.org/bioidiap/antispoofing.utils.svg?branch=v2.0.3
           :target: https://travis-ci.org/bioidiap/antispoofing.utils
        .. image:: https://coveralls.io/repos/bioidiap/antispoofing.utils/badge.png
           :target: https://coveralls.io/r/bioidiap/antispoofing.utils
        .. image:: https://img.shields.io/badge/github-master-0000c0.png
           :target: https://github.com/bioidiap/antispoofing.utils/tree/master
        .. image:: http://img.shields.io/pypi/v/antispoofing.utils.png
           :target: https://pypi.python.org/pypi/antispoofing.utils
        .. image:: http://img.shields.io/pypi/dm/antispoofing.utils.png
           :target: https://pypi.python.org/pypi/antispoofing.utils
        
        ===========================================================
         Utility package for Anti-Spoofing Countermeasures for Bob
        ===========================================================
        
        This package contains some utility functions to be used in anti-spoofing countermeasures codes.
        The goal of this package is to centralize some functions in common.
        This package contains:
        
        - LDA Machine
        - PCA Machine
        - Function to normalize parameters
        - Performance measure functions
        - Eyes localization function
        
        If you use this package and/or its results, please cite the following publications::
        
          @inproceedings{Anjos_ACMMM_2012,
            author = {A. Anjos AND L. El Shafey AND R. Wallace AND M. G\"unther AND C. McCool AND S. Marcel},
            title = {Bob: a free signal processing and machine learning toolbox for researchers},
            year = {2012},
            month = oct,
            booktitle = {20th ACM Conference on Multimedia Systems (ACMMM), Nara, Japan},
            publisher = {ACM Press},
          }
        
        
        Installation
        ------------
        To install this package -- alone or together with other `Packages of Bob <https://github.com/idiap/bob/wiki/Packages>`_ -- please read the `Installation Instructions <https://github.com/idiap/bob/wiki/Installation>`_.
        For Bob_ to be able to work properly, some dependent packages are required to be installed.
        Please make sure that you have read the `Dependencies <https://github.com/idiap/bob/wiki/Dependencies>`_ for your operating system.
        
        Documentation
        -------------
        For further documentation on this package, please read the `Stable Version <http://pythonhosted.org/antispoofing.utils/index.html>`_ or the `Latest Version <https://www.idiap.ch/software/bob/docs/latest/bioidiap/antispoofing.utils/master/index.html>`_ of the documentation.
        For a list of tutorials on this or the other packages ob Bob_, or information on submitting issues, asking questions and starting discussions, please visit its website.
        
        .. _bob: https://www.idiap.ch/software/bob
        
        
        
        
Keywords: antispoofing utilities,antispoofing databases,bob
Platform: UNKNOWN
Classifier: Framework :: Bob
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
