Treffer: AI-assisted Data Analytical Tool for Secondary Electron Hyperspectral Imaging (in Matlab)
Weitere Informationen
This repository provides AI-assisted Data Analytical Tool for Secondary Electron Hyperspectral Imaging (SEHI) and Scanning Electron Microscope (SEM) derived Secondary Electron (SE) spectroscopy. It is Matlab implementation of machine learning approach presented in the paper ''Towards Automated Chemical Analysis of Materials Using Secondary Electron Hyperspectral Imaging and Unsupervised Learning'', which can be used for high-throughput chemical analysis of materials at the micro- and nano-scale. This work is supported by the UK EPSRC EP/V012126/1 the grant ‘‘SEE MORE, MAKE MORE: Secondary Electron Energy Measurement Optimisation for Reliable Manufacturing of Key Materials’’. Contact: SM3 (SEE MORE MAKE MORE) project PI, Professor Cornelia Rodenburg, c.rodenburg@shefield.ac.uk. We also acknowledge the support from Insigneo Institute for In Silico Medicine in Sheffield. This repository contains the Matlab source code of this proposed approach, ReadMe file, license, and example data [1] for demo. For code details and user guidance, please see the ReadMe file in the folder. This given example data is a processed SEHI image stack of printed Metal alloy and Carbon film (Palladium Silver Carbon complex film). More example data is given from our database [1]. More relevant details about the example can also be found from the paper [2]. Please note: this Matlab code package requires Matlab R2019a or latter installed. It also requires Image Processing Toolbox (for reading image in TIF files) and Statistics and Machine Learning Toolbox (Gaussian mixture model). Part of the code (Dirichlet Process Gaussian Mixture Model) is based on the public MATLAB package available from GitHub [3] by Mo Chen (https://github.com/PRML/PRMLT.git), released under MIT license. Regarding the data pre-processing, we have previously released two tools, one is python implementation [4], and the other is the software [5]. This Matlab code package is compatible with the open-source python tool [4]. Please check the available tools depending on your ...