Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.qualitymeasure
Commits
31f51296
Commit
31f51296
authored
Mar 07, 2017
by
Sushil BHATTACHARJEE
Browse files
moved files
parent
dceded86
Changes
6
Hide whitespace changes
Inline
Side-by-side
bob/ip/qualitymeasure/script/__init__.py
0 → 100644
View file @
31f51296
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
def
get_config
():
"""
Returns a string containing the configuration information.
"""
import
bob.extension
return
bob
.
extension
.
get_config
(
__name__
)
# gets sphinx autodoc done right - don't remove it
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'_'
)]
bob/ip/qualitymeasure/compute_iqm_features.py
→
bob/ip/qualitymeasure/
script/
compute_iqm_features.py
View file @
31f51296
File moved
bob/ip/qualitymeasure/compute_msuiqa_features.py
→
bob/ip/qualitymeasure/
script/
compute_msuiqa_features.py
View file @
31f51296
File moved
bob/ip/qualitymeasure/galbally_iqm_features.py
→
bob/ip/qualitymeasure/
script/
galbally_iqm_features.py
View file @
31f51296
File moved
bob/ip/qualitymeasure/msu_iqa_features.py
→
bob/ip/qualitymeasure/
script/
msu_iqa_features.py
View file @
31f51296
File moved
setup.py
View file @
31f51296
#!/usr/bin/env python
# vim: set fileencoding=utf-8 :
#
Andre Anjos <andre.anjos
@idiap.ch>
# Tue
16 Feb
201
6
1
5
:26:26 CET
#
Sushil Bhattacharjee <sushil.bhattacharjee
@idiap.ch>
# Tue
7 Mar
201
7
1
1
:26:26 CET
from
setuptools
import
setup
,
find_packages
,
dist
dist
.
Distribution
(
dict
(
setup_requires
=
[
'bob.extension'
]))
...
...
@@ -13,14 +13,14 @@ version = open("version.txt").read().rstrip()
setup
(
name
=
'bob.ip.qualityme
e
asure'
,
name
=
'bob.ip.qualitymeasure'
,
version
=
version
,
description
=
'Image-quality feature-extractors for PAD applications'
,
url
=
'http://gitlab.idiap.ch/bob/bob.ip.qualitymeasure'
,
license
=
'BSD'
,
author
=
'
Andre Anjos
'
,
author_email
=
'
andre.anjos
@idiap.ch'
,
keywords
=
'bob, mage-quality, face'
,
author
=
'
Sushil Bhattacharjee
'
,
author_email
=
'
sushil.bhattacharjee
@idiap.ch'
,
keywords
=
'bob,
i
mage-quality, face'
,
maintainer
=
"Sushil Bhattacharjee"
,
maintainer_email
=
"sbhatta@idiap.ch"
,
long_description
=
open
(
'README.rst'
).
read
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment