Skip to content

Bin range for Texture Histogram #21

Description

@isaachaw

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions