Skip to content

Commit 2c530e1

Browse files
committed
MIN Use same function name as in book
1 parent 30a1512 commit 2c530e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch10/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def texture(im):
3737
return mh.features.haralick(im).ravel()
3838

3939

40-
def color_histogram(im):
40+
def chist(im):
4141
'''Compute color histogram of input image
4242
4343
Parameters

0 commit comments

Comments
 (0)