Effacer les filtres
Effacer les filtres

How to compute thickness of a layer in an image

5 vues (au cours des 30 derniers jours)
Tri Rowstenkowski
Tri Rowstenkowski le 20 Juil 2021
Modifié(e) : Simon Chan le 20 Juil 2021
I would like to compute the thickness of a layer in an image (image_1.png). I would like to do this by computing the pixel value in the top layer subtracted by the pixel value in the corresponding bottom layer and averaged over the entire layer . Can someone help me how i could proceed with this?
Thank you

Réponses (1)

Simon Chan
Simon Chan le 20 Juil 2021
Modifié(e) : Simon Chan le 20 Juil 2021
You can only measure the thickness (or distance) in terms of pixel numbers according to your method.
Hence you also need to know the pixel size on your image so that you can convert the pixel value to a real distance.
You may use function imfinfo to retrieve the information regarding to the graphic file
On the other hand, if you are using dicom file, you may use function dicominfo

Catégories

En savoir plus sur Import, Export, and Conversion dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by