- Method and apparatus for numerical refocusing of photoacoustic microscopy based on super-resolution convolutional neural network
In this section, PAM refocusing code and code execution sequene is briefly explained.
'Preprocessing_Gaussian.py' at folder 'Preprocessing'
- kmeans clustering based on image color.
- Image saved in a subfolder named '001_cluster' from the base folder
- Image resized as 100 x 100 to generating Ground Truth image.
- Image saved in a subfolder named '002_GroundTruth' from the base folder
- Gaussian blurring with σ = 0.5, 1, 1.5, 2, image size with 100 x 100.
- Image saved in a subfolder named '003_Classification_data' from the base folder
- Image resized as 50 x 50 to generating SR training data
- Image saved in a subfolder named '004_SRdata' from the base folder
'classification_gaussian_sigma.py' at folder 'Classification_Gaussian_sigma'
'refocus_Train.py' at folder 'Numerical_Refocusing'
In this section, code and code execution sequene of Microscopy refocusing which follows diffractive PSF model is briefly explained.
This code is written for providing a simulation result of the paper "Deep learning super resolution based Numerical refocusing in histology image"
Note that this code uses dataset from ANHIR Grand Challenge 'https://anhir.grand-challenge.org/Intro/'
Borovec, J., Kybic, J., et al. (2020). ANHIR: Automatic Non-rigid Histological Image Registration Challenge. IEEE Transactions on Medical Imaging (TMI). doi: 10.1109/TMI.2020.2986331
'Preprocessing_Diffraction.py' at folder 'Preprocessing'