An AFM image analysis program to batch process data and obtain statistics from images

76 stars 19 forks 76 watchers Python GNU Lesser General Public License v3.0
afm atomic-force-microscopy hacktoberfest image-processing python python3 spm
1 Open Issue Need Help Last updated: Dec 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue addresses a `FutureWarning` from `skimage` indicating that `binary_dilation` is deprecated and will be removed in version 0.28. The proposed solution is to replace all instances of `binary_dilation` with `skimage.morphology.dilation` across multiple files like `topostats/grains.py` and `topostats/plottingfuncs.py` to prevent future breakage.

Complexity: 2/5
help wanted good first issue github_actions

An AFM image analysis program to batch process data and obtain statistics from images

Python
#afm#atomic-force-microscopy#hacktoberfest#image-processing#python#python3#spm