Skip to content
Snippets Groups Projects
Commit 2ae1c1ed authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Set source encoding and better headers

parent 4b5422ba
No related branches found
No related tags found
1 merge request!13Annotation experiments
Pipeline #
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:47:58 CEST
"""Not yet documented """Not yet documented
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:48:32 CEST
'''Maximum Curvature and Miura Matching baseline '''Maximum Curvature and Miura Matching baseline
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:48:08 CEST
'''Repeated-Line Tracking and Miura Matching baseline '''Repeated-Line Tracking and Miura Matching baseline
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:47:45 CEST
"""`UTFVP`_ is a database for biometric fingervein recognition """`UTFVP`_ is a database for biometric fingervein recognition
......
#!/usr/bin/env python #!/usr/bin/env python
#Mon 26 Sep 2016 17:21:42 CEST # vim: set fileencoding=utf-8 :
# Mon 26 Sep 2016 17:21:42 CEST
"""`VERA Fingervein`_ is a database for biometric fingervein recognition """`VERA Fingervein`_ is a database for biometric fingervein recognition
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:48:16 CEST
'''Huang's Wide-Line Detector and Miura Matching baseline '''Huang's Wide-Line Detector and Miura Matching baseline
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Teodors Eglitis <teodors.eglitis@idiap.ch> # Tue 27 Sep 2016 16:49:15 CEST
# Wed 20 Jul
""" """BIOWAVE_TEST database implementation of bob.bio.db.BioDatabase interface.
BIOWAVE_TEST database implementation of bob.bio.db.BioDatabase interface.
It is an extension of an SQL-based database interface, which directly talks to BIOWAVE_TEST database for It is an extension of an SQL-based database interface, which directly talks to
verification experiments (good to use in bob.bio.base framework). BIOWAVE_TEST database for verification experiments (good to use in bob.bio.base
framework).
""" """
from .database import VeinBioFile from .database import VeinBioFile
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:49:05 CEST
from .database import VeinBioFile from .database import VeinBioFile
from bob.bio.base.database import BioDatabase, BioFile from bob.bio.base.database import BioDatabase, BioFile
......
#!/usr/bin/env python #!/usr/bin/env python
# vim: set fileencoding=utf-8 : # vim: set fileencoding=utf-8 :
# Tue 27 Sep 2016 16:48:57 CEST
from .database import VeinBioFile from .database import VeinBioFile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment