Azzera filtri
Azzera filtri

Hello, I am new to MATLAB, i need to process around 2000 CT images which are in .tiff format. The image is of material with defect, i want to find the 3d size of the defect

2 visualizzazioni (ultimi 30 giorni)
Hello,
I am new to MATLAB ...
I wish to do following things ....
  1. Read around 2000 CT images of a metal specimen.
  2. defect in metal are dark in color. I wish to calculate the 3d size of the defect.
Please guide me for the following steps:
  1. How to read 2000 CT images ..
  2. how to set the threshold intensity for identification of defect in the CT image
  3. how to calculate the 3D size of the defect and the CT image in which the 2d area of the inclusion is maximum.
  10 Commenti
Vikas Verma
Vikas Verma il 10 Mag 2022
This did not work.
I will try to figure out.
BTW, can you please guide me how to calculate the size of the defect
Rik
Rik il 10 Mag 2022
If you're not able to read your files, questions about further processing are moot. You also already received an answer from Image Analyst. Did you read it?

Accedi per commentare.

Risposte (1)

Image Analyst
Image Analyst il 7 Mag 2022
Can you fit the whole 3-D volumetric image into memory? If so use regionprops3 to ask for volume. If not, use regionprops to get the area of each slice and add them together. See my Fle Exchange for an image Segmentation Tutorial:

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Prodotti


Release

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by