Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
Nabu
Commits
ade0d323
Commit
ade0d323
authored
Oct 01, 2020
by
Pierre Paleo
Browse files
Fix API doc for cuda.medfilt
parent
0c90cebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nabu/cuda/medfilt.py
View file @
ade0d323
...
...
@@ -32,18 +32,18 @@ class MedianFilter(CudaProcessing):
Size of the median filter, in the format (y, x).
mode: str
Boundary handling mode. Available modes are:
"reflect": cba|abcd|dcb
"nearest": aaa|abcd|ddd
"wrap": bcd|abcd|abc
"constant": 000|abcd|000
-
"reflect": cba|abcd|dcb
-
"nearest": aaa|abcd|ddd
-
"wrap": bcd|abcd|abc
-
"constant": 000|abcd|000
Default is "reflect".
threshold: float, optional
Threshold for the "thresholded median filter".
A thresholded median filter only replaces a pixel value by the median
if this pixel value is greater or equal than median + threshold.
Cuda Parame
te
r
s
------
---------
No
tes
------
Please refer to the documentation of the CudaProcessing class for
the other parameters.
"""
...
...
Write
Preview
Supports
Markdown
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