diff --git a/ch10/features.py b/ch10/features.py index 42847b30..c183d909 100644 --- a/ch10/features.py +++ b/ch10/features.py @@ -37,7 +37,7 @@ def texture(im): return mh.features.haralick(im).ravel() -def chist(im): +def color_histogram(im): '''Compute color histogram of input image Parameters