Skip to content

Commit

Permalink
Adding nogil to cell_hog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoflipse committed Jun 19, 2015
1 parent 51e683f commit 691beaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/feature/_hoghistogram.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cdef float cell_hog(double[:, ::1] magnitude,
float orientation_start, float orientation_end,
int cell_columns, int cell_rows,
int column_index, int row_index,
int size_columns, int size_rows):
int size_columns, int size_rows) nogil:
"""Calculation of the cell's HOG value
Parameters
Expand Down

0 comments on commit 691beaa

Please sign in to comment.