cucim
cucim copied to clipboard
[FEA] implement local binary pattern (LBP) feature descriptor
Is your feature request related to a problem? Please describe.
Implement skimage.feature.local_binary_pattern
as used in this scikit-image example: https://scikit-image.org/docs/stable/auto_examples/features_detection/plot_local_binary_pattern.html
Describe the solution you'd like match the API of scikit-image