mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-09 11:33:41 +08:00
DOC: Fix formatting to prevent Sphinx warnings
This commit is contained in:
@@ -24,11 +24,13 @@ def threshold_adaptive(image, block_size, method='gaussian', offset=0,
|
|||||||
method : {'generic', 'gaussian', 'mean', 'median'}, optional
|
method : {'generic', 'gaussian', 'mean', 'median'}, optional
|
||||||
Method used to determine adaptive threshold for local neighbourhood in
|
Method used to determine adaptive threshold for local neighbourhood in
|
||||||
weighted mean image.
|
weighted mean image.
|
||||||
* 'generic': use custom function (see `param` parameter)
|
|
||||||
* 'gaussian': apply gaussian filter (see `param` parameter for custom
|
* 'generic': use custom function (see `param` parameter)
|
||||||
sigma value)
|
* 'gaussian': apply gaussian filter (see `param` parameter for custom
|
||||||
* 'mean': apply arithmetic mean filter
|
sigma value)
|
||||||
* 'median' apply median rank filter
|
* 'mean': apply arithmetic mean filter
|
||||||
|
* 'median' apply median rank filter
|
||||||
|
|
||||||
By default the 'gaussian' method is used.
|
By default the 'gaussian' method is used.
|
||||||
offset : float, optional
|
offset : float, optional
|
||||||
Constant subtracted from weighted mean of neighborhood to calculate
|
Constant subtracted from weighted mean of neighborhood to calculate
|
||||||
|
|||||||
Reference in New Issue
Block a user