フィルターのクリア

bwtraceboundary draws outside object, whereas edge identifies "last pixels" of object, right?

1 回表示 (過去 30 日間)
Daniel Bridges
Daniel Bridges 2016 年 5 月 11 日
編集済み: Daniel Bridges 2016 年 5 月 11 日
Reading the documentation, am I correct in understanding that bwtraceboundary draws outside the object whereas edge identifies the "last pixels", the "end" of the object itself?
It is important that I use (e.g. image) only the object itself, and not accidentally "expand" the object larger than it is, which it seems bwtraceboundary would do, that I should therefore use edge.
*** *** ***
The context for this question:
I'm learning to work with DICOM structure sets and dose files with ulrikls's code:
dicomrt2matlab('file')
load('resultingfile.mat')
imshow(contours(9).Segmentation(:,:,75)) % to show the 75th slice of contour
end
An intermediate goal is to image the RT-Image and RT-Dose with the outline of an RT Structure Set structure. I suppose this work has already been done and that I should search MathWorks Support ...
Edit: I will try Jun Li's "Dicom Operator - EsmeProcess" to see how he's implemented DICOM 3D viewing.

回答 (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