Skip to content

Have some question for replying~ #30

@lancexiang

Description

@lancexiang

1.R[k]["size"]= len(masked_pixels / 4)
Why there division by 4? It's seems no influence for the len function.
2.skimage.feature.local_binary_pattern(img[:, :, colour_channel], 8, 1.0)
hist = numpy.concatenate([hist] + [numpy.histogram(fd, BINS, (0.0, 1.0))[0]])
The output range of LBP feature is (0.0, 255.0), then why the histogram range is (0.0, 1.0), that means
leave off the pixel > 1? or maybe a bug?

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