We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a1512 commit 2c530e1Copy full SHA for 2c530e1
ch10/features.py
@@ -37,7 +37,7 @@ def texture(im):
37
return mh.features.haralick(im).ravel()
38
39
40
-def color_histogram(im):
+def chist(im):
41
'''Compute color histogram of input image
42
43
Parameters
0 commit comments