Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
96dc3879
Commit
96dc3879
authored
Sep 20, 2010
by
Alexander Wiebel
Browse files
[MERGE]
parents
2a1cdc4a
d0dc6318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/modules/bermanTracking/WMBermanTracking.cpp
src/modules/bermanTracking/WMBermanTracking.cpp
+2
-2
No files found.
src/modules/bermanTracking/WMBermanTracking.cpp
View file @
96dc3879
...
...
@@ -69,14 +69,14 @@ const char** WMBermanTracking::getXPMIcon() const
const
std
::
string
WMBermanTracking
::
getName
()
const
{
// Specify your module name here. This name must be UNIQUE!
return
"BermanTracking"
;
return
"Berman
Probabilistic
Tracking"
;
}
const
std
::
string
WMBermanTracking
::
getDescription
()
const
{
// Specify your module description here. Be detailed. This text is read by the user.
// See "src/modules/template/" for an extensively documented example.
return
""
;
return
"
Implements the probabilistic tracking algorithm with residual bootstrapping by Berman et al.
"
;
}
void
WMBermanTracking
::
connectors
()
...
...
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