With Textory local (windowed) textures can be calculated for images (array like structures). It has conveniant wrappers to be used with xarray or Satpy scenes.
Documentation is available at https://textory.readthedocs.io.
Textory can be installed with pip after cloning this repository and cd'ing into the textory directory:
pip install .
Implement:
- Local Binary patterns (also between two images) - https://www.pyimagesearch.com/2015/12/07/local-binary-patterns-with-python-opencv/
- other textures?