Skip to content

Bin range for Texture Histogram #21

@isaachaw

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions