Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIST
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marco De Donno
NIST
Commits
3e967810
Commit
3e967810
authored
7 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Set the format to the returned get_minutiae_paired and get_minutiae list
parent
82a8eaa9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
NIST/MDD/__init__.py
+6
-1
6 additions, 1 deletion
NIST/MDD/__init__.py
with
6 additions
and
1 deletion
NIST/MDD/__init__.py
+
6
−
1
View file @
3e967810
...
...
@@ -148,7 +148,10 @@ class NIST_MDD( NISTf ):
lst
=
NISTf
.
get_minutiae
(
self
,
format
=
format
,
idc
=
idc
)
lst
.
__class__
=
AnnotationList
return
self
.
add_pairing
(
lst
)
ret
=
self
.
add_pairing
(
lst
)
ret
.
set_format
(
format
)
return
ret
def
add_pairing
(
self
,
lst
,
idc
=
-
1
):
"""
...
...
@@ -347,6 +350,8 @@ class NIST_MDD( NISTf ):
if
m
.
i
!=
None
:
ret
.
append
(
m
)
ret
.
set_format
(
format
)
return
ret
def
get_minutiae_paired_count
(
self
,
idc
=
-
1
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment