Skip to content

Commit

Permalink
add official code link to docstring
Browse files Browse the repository at this point in the history
Signed-off-by: MrGranddy <[email protected]>
  • Loading branch information
MrGranddy committed Jun 25, 2024
1 parent 3ff9fe9 commit da02700
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monai/data/ultrasound_confidence_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ class UltrasoundConfidenceMap:
It generates a confidence map by setting source and sink points in the image and computing the probability
for random walks to reach the source for each pixel.
The official code is available at:
https://campar.in.tum.de/Main/AthanasiosKaramalisCode
Args:
alpha (float, optional): Alpha parameter. Defaults to 2.0.
beta (float, optional): Beta parameter. Defaults to 90.0.
Expand Down
3 changes: 3 additions & 0 deletions monai/transforms/intensity/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -2789,6 +2789,9 @@ class UltrasoundConfidenceMapTransform(Transform):
It generates a confidence map by setting source and sink points in the image and computing the probability
for random walks to reach the source for each pixel.
The official code is available at:
https://campar.in.tum.de/Main/AthanasiosKaramalisCode
Args:
alpha (float, optional): Alpha parameter. Defaults to 2.0.
beta (float, optional): Beta parameter. Defaults to 90.0.
Expand Down

0 comments on commit da02700

Please sign in to comment.