Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenWalnut Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
44
Issues
44
List
Boards
Labels
Service Desk
Milestones
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
e19b3678
Commit
e19b3678
authored
Dec 01, 2009
by
Alexander Wiebel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] improved documentation of distance map module
parent
211fb380
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/modules/distanceMap/WMDistanceMap.h
src/modules/distanceMap/WMDistanceMap.h
+8
-0
No files found.
src/modules/distanceMap/WMDistanceMap.h
View file @
e19b3678
...
...
@@ -93,8 +93,16 @@ private:
/**
* Function to create a distance map from Anatomy data set.
* Take from FiberNavigator.
* \param dataSet the data set that is used to compute the distance field.
* The distance is computed to the boundary between foreground an background
*/
boost
::
shared_ptr
<
WValueSet
<
float
>
>
createOffset
(
boost
::
shared_ptr
<
const
WDataSetSingle
>
dataSet
);
/**
* Gauss function.
* \param x position of evaluation
* \param sigma standard deviation
*/
double
xxgauss
(
double
x
,
double
sigma
);
};
...
...
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