Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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 Kommentare
Vikas Verma
Vikas Verma am 10 Mai 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 am 10 Mai 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?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 7 Mai 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:

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by