You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of skimage.feature.local_binary_pattern from _calc_texture_gradient for each pixel ranges from 0 to 255. However, in _calc_texture_hist function, the range input for numpy.histogram is (0.0, 1.0) that causes the function to ignore most of the pixels. Is this behavior expected?
The text was updated successfully, but these errors were encountered:
The output of
skimage.feature.local_binary_pattern
from_calc_texture_gradient
for each pixel ranges from 0 to 255. However, in_calc_texture_hist
function, the range input fornumpy.histogram
is(0.0, 1.0)
that causes the function to ignore most of the pixels. Is this behavior expected?The text was updated successfully, but these errors were encountered: