Andrey Fedorov
Andrey Fedorov
> we also got single-segment files that segimage2itkimage crashes on, not without first showing `E: Not enough bytes found in Pixel Data element. Found 156 bytes but 158 bytes expected`...
> A quick fix could be to rename your "folders" to have a ".dcm" extension. Nice workaround - I confirm this works.
Thank you Andras and Justin! I have not tested, but I take Justin's word for it, and will close the issue!
This is expected, and it is a very common question. DICOM segmentations are represented as a set of frames (slices) - not as a single 3D volume. Those individual frames...
If you do resampling to the raster of the segmented image with nearest neighbor interpolator (using ITK, as an example), the result should be identical to adding empty slices, but...
@wasserth I am not experienced with your new website (and I am not a radiologist to contribute any of the corrections for the annotations), but can you confirm - are...
@wayfarer3130 I am sorry, I do not understand your comment. This issue is exactly about SCOORD3D point annotations (which reference `FrameOfReferenceUID`, not image reference).
Got it. This specific issue is precisely about a single SCOORD3D point, which does not show up. There is no polyline involved.
@deepakri201 the issue with your example appears to be that you are trying to see the point over a sagittal acquisition, the point is in 3d space, and in order...
Based on the discussion today with @igoroctaviano @wayfarer3130 and @pedrokohler we decided to implement custom support for non-rehydratable annotations in an IDC-specific mode (to define which panels to use) +...