diff --git a/skimage/feature/texture.py b/skimage/feature/texture.py index 5a3308a2..c17c1a5b 100644 --- a/skimage/feature/texture.py +++ b/skimage/feature/texture.py @@ -356,8 +356,7 @@ def draw_multiblock_lbp(img, Blocks with higher sums are colored with transparent white rectangles, whereas blocks with lower sums are colored cyan. - The blocks that have less intensity are covered with - cyan rectangles. The colors can also be specified. + The colors can also be specified. Opacity of visualization is controlled with `alpha` parameter. Parameters