Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Ear recognition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Boston University
Ear recognition
Commits
e077deba
Commit
e077deba
authored
Oct 08, 2015
by
Josejulio Martínez Magaña
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
To EarIdList, adds an attribute of type EarFeature for the current ear feature.
parent
c4d21a5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
EarIdList.java
...ain/java/com/aluxoft/earrecognition/common/EarIdList.java
+9
-1
No files found.
app/src/main/java/com/aluxoft/earrecognition/common/EarIdList.java
View file @
e077deba
...
...
@@ -8,6 +8,14 @@ public class EarIdList {
// Store EarFeatures
// Store Top-x
private
EarFeature
private
EarFeature
currentFeature
;
public
EarFeature
getCurrentFeature
()
{
return
currentFeature
;
}
public
void
setCurrentFeature
(
EarFeature
currentFeature
)
{
this
.
currentFeature
=
currentFeature
;
}
}
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