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

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by