Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.ip.qualitymeasure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.ip.qualitymeasure
Commits
31f51296
Commit
31f51296
authored
Mar 07, 2017
by
Sushil BHATTACHARJEE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved files
parent
dceded86
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
6 deletions
+24
-6
bob/ip/qualitymeasure/script/__init__.py
bob/ip/qualitymeasure/script/__init__.py
+18
-0
bob/ip/qualitymeasure/script/compute_iqm_features.py
bob/ip/qualitymeasure/script/compute_iqm_features.py
+0
-0
bob/ip/qualitymeasure/script/compute_msuiqa_features.py
bob/ip/qualitymeasure/script/compute_msuiqa_features.py
+0
-0
bob/ip/qualitymeasure/script/galbally_iqm_features.py
bob/ip/qualitymeasure/script/galbally_iqm_features.py
+0
-0
bob/ip/qualitymeasure/script/msu_iqa_features.py
bob/ip/qualitymeasure/script/msu_iqa_features.py
+0
-0
setup.py
setup.py
+6
-6
No files found.
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 2016 15
:26:26 CET
#
Sushil Bhattacharjee <sushil.bhattacharjee
@idiap.ch>
# Tue
7 Mar 2017 11
: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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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