Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 928 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 928 Bytes

Nanoparticles app

Desktop application for detection size and shape of gold nanoparticles and nanorods from TEM image (Bachelor's project)
It is still in process, so results may look badly, functions may look strange etc.
Example of how algorithm works can be seen in Wiki.

img_fcn.py   : main project file 
app_gui.py : file with GUI, which uses img:fcn.py file for image analysis
styles.css : styles for GUI
/icons : images used in GUI
/data/images : data used in the project and .json file (description of images)
/results : segmented images, histograms and .txt files with calculated sizes
/notebooks : I use it for trying new things

principle