From cbe8f99f301118f75d0decaa41ea0987b1bc9d7e Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 12 Jun 2015 07:50:38 +0200 Subject: [PATCH] Documenatation correction --- doc/examples/plot_multiblock_local_binary_pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/plot_multiblock_local_binary_pattern.py b/doc/examples/plot_multiblock_local_binary_pattern.py index 526e63c1..6c40292d 100644 --- a/doc/examples/plot_multiblock_local_binary_pattern.py +++ b/doc/examples/plot_multiblock_local_binary_pattern.py @@ -70,7 +70,7 @@ plt.imshow(img, interpolation='nearest') .. image:: PLOT2RST.current_figure On the above plot we see the result of computing a MB-LBP and visualization -of the computed feature. The rectangles that have less intensity than the central +of the computed feature. The rectangles that have less intensities' sum than the central rectangle are marked in cyan. The ones that have higher intensity values are marked in white. The central rectangle is left untouched. """