From 7df848623122de6540534f8afaababccbc93b2ac Mon Sep 17 00:00:00 2001 From: Neil Yager Date: Mon, 28 Nov 2011 11:22:31 +0000 Subject: [PATCH] Update to docstring --- skimage/feature/greycomatrix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/feature/greycomatrix.py b/skimage/feature/greycomatrix.py index 907661a2..622787f1 100644 --- a/skimage/feature/greycomatrix.py +++ b/skimage/feature/greycomatrix.py @@ -18,7 +18,7 @@ def greycomatrix(image, distances, angles, levels=256, symmetric=False, Parameters ---------- - image : array_like + image : array_like of uint8 Integer typed input image. The image will be cast to uint8, so the maximum value must be less than 256. distances : array_like @@ -29,7 +29,7 @@ def greycomatrix(image, distances, angles, levels=256, symmetric=False, The input image should contain integers in [0, levels-1], where levels indicate the number of grey-levels counted (typically 256 for an 8-bit image). The maximum value is - 256, and the default is 256. + 256. symmetric : bool, optional If True, the output matrix `P[:, :, d, theta]` is symmetric. This is accomplished by ignoring the order of value pairs, so both