PyTextureAnalysis is a Python package that contains tools to analyze the texture of images. This code contains functions to calculate the local orientation of fibers in an image, as well as the degree of coherence. A web application is also available for demonstrating the PyTextureAnalysis package, which allows users to analyze 2D grayscale images for texture analysis.
A web application developed using Streamlit
is available at https://textureinformation-package.streamlit.app/. Check out the Example.ipynb
file to learn how to use the package to extract and visualize local fiber orientation and organization.
pip install -r requirements.txt
.streamlit run PyTextureAnalysis_StreamlitApp.py
.streamlit run PyTextureAnalysis_StreamlitApp.py
.This web application was developed, tested, and maintained by Ajinkya Kulkarni at the Max Planck Institute for Multidisciplinary Sciences, Göttingen.
For more information or to provide feedback, please visit the project repository or contact the developer directly.