handle out of plane segmentation better
See original GitHub issueRequest
These kidney and tumor segmentations in TCIA should be displayable in IDC: https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=61081171
Here’s an example of one in OHIF sandbox:
They are not currently displayed because the SEG are coronal but the CT is axial, leading to this message in the console:
This segmentation object is not in-plane with the source data. Bailing out of IO. It'd be better to render this with vtkjs.
What feature or change would you like to see made?
Would be better to give a user-level dialog explaining why the seg isn’t displayed.
Maybe better offer to reformat the seg in the plane of the image.
Why should we prioritize this feature?
It’s a fairly common use case (or at least it comes up often enough.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
An Efficient Plane-Segmentation Method for Indoor Point ...
This paper proposes an efficient approach for the plane segmentation of indoor ... Compared with other methods, energy optimization can better handle data ......
Read more >difference between plane segmentation and plane fitting
Plane segmentation can be thought more as an instance of the fitting problem where a lot of outliers exist in the data. In...
Read more >Refined Plane Segmentation for Cuboid-Shaped Objects by ...
Institute for Material Handling and Logistics, Karlsruhe Institute of ... plane segmentation, these approaches also improved the state-.
Read more >ROBUST AND ACCURATE PLANE SEGMENTATION FROM ...
planes, initial super-voxels, and the improved adjacent graph, and optimized to segment ... the details for plane segmentation is carried out, and results....
Read more >An Accurate and Robust Region-Growing Algorithm for Plane ...
The findings further reveal that the utility of the MSTVM-based region-growing algorithm can achieve more accurate plane segmentation ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Displaying off-axis seg only in vtk and not in cornerstone seems like an okay workaround from my perspective, at least for now. Resampling is also okay, but since it’s lossy in general It’s not my favorite option.
This should be addressed as part of the update to the core off screen rendering functionality. Related to #2238