From fe85552596c5e76bf160992f5ed6004c17ead6c6 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 13 Jun 2015 07:45:26 +0200 Subject: [PATCH] changed documentation --- skimage/feature/texture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/feature/texture.py b/skimage/feature/texture.py index 1b9c8f1d..0ec13cb3 100644 --- a/skimage/feature/texture.py +++ b/skimage/feature/texture.py @@ -319,10 +319,10 @@ def multiblock_lbp(int_image, x, y, width, height): y : int Y-coordinate of top left corner of a rectangle containing feature. width : int - Width of one of 9 equal rectangles that will be used to compute + Width of one of the 9 equal rectangles that will be used to compute a feature. height : int - Height of one of 9 equal rectangles that will be used to compute + Height of one of the 9 equal rectangles that will be used to compute a feature. Returns