Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sciunto committed Aug 27, 2016
1 parent dad3cc4 commit b30b771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/feature/_hog.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def hog(image, orientations=9, pixels_per_cell=(8, 8),
# Normalize to ensure that values fit in dtype_limits
hog_image /= hog_image.max()

# The fourth stage computes normalisation, which takes local groups of
# The fourth stage computes normalisation

n_blocksx = (n_cellsx - bx) + 1
n_blocksy = (n_cellsy - by) + 1
Expand Down

0 comments on commit b30b771

Please sign in to comment.