How to Create x,y,z input of delaunayTr​iangulatio​n(x,y,z); from JPEG,DICOM,images?

2 ビュー (過去 30 日間)
How to Create x,y,z input of delaunayTriangulation(x,y,z); from JPEG,DICOM,images?

採用された回答

Walter Roberson
Walter Roberson 2018 年 11 月 9 日
Use dicominfo to determine the x and y separation between pixels. Once you have that you can use meshgrid or ndgrid to find the x and y coordinates.
After that, if you have a single slice, use the intensity as the z coordinates.
If you have multiple slices then figuring out the z coordinates can depend on the modality and avaliable headers. I would have to review the various possibilities (I have posted them in the past.)
  6 件のコメント
Selva Karna
Selva Karna 2018 年 11 月 12 日
DICOM image Walter Roberson?
Walter Roberson
Walter Roberson 2018 年 11 月 12 日
編集済み: Walter Roberson 2018 年 11 月 12 日
DICOM is a standard for representing medical images, including header information about the image such as patient identification, dates, frequency , positions . Different branches of medicine have quite different image requirements, so dicom needs to know which branch of medicine is being used so that it knows which headers to put in. The header information can be retrieved using dicominfo().
The way that positions are described in headers depends upon the branch of medicine, so in order for me to tell you which headers to examine you need to tell us which branch of medicine the image is. For example , is it an opthomology image ? Is it PET? Is it slide microscopy?

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by