You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to overlay RTStruct contours on the Dicom slices. And, while it is working pretty well, the Image Plane calculations are proving difficult (Image Position (Patient): (0020,0032), Image Orientation (Patient): (0020,0037), Slice Location: (0020,1041), Pixel Spacing: (0028,0030)). And I wanted to know if there was existing functionality that would take the raw contour points and convert them to the view coordinate space so they align properly with the rendered slice image. I am looking at functions like getOrientedXYZ(values) → {object} but i am not sure what to use or how to use it.
The text was updated successfully, but these errors were encountered:
The ViewController provides various methods for position manipulation. Now I am not sure if this helps you, it depends where you are in the code.
If ever this is code that you can contribute, I would be very interested! I was more focused these days on support for DICOM SEG, RStruct is still pending, see #306...
First of all. Thanks for doing this. Good work.
I am trying to overlay RTStruct contours on the Dicom slices. And, while it is working pretty well, the Image Plane calculations are proving difficult (Image Position (Patient): (0020,0032), Image Orientation (Patient): (0020,0037), Slice Location: (0020,1041), Pixel Spacing: (0028,0030)). And I wanted to know if there was existing functionality that would take the raw contour points and convert them to the view coordinate space so they align properly with the rendered slice image. I am looking at functions like getOrientedXYZ(values) → {object} but i am not sure what to use or how to use it.
The text was updated successfully, but these errors were encountered: