Suyash Kumar
Suyash Kumar
The relevant transfer syntaxes we must support for encapsulated images are [here](http://dicom.nema.org/dicom/2013/output/chtml/part05/sect_A.4.html#table_A.4-3). There are 11 possible transfer syntaxes from what I can see here. pydicom supports the following subset of...
It appears that [cornerstone's WADO imageLoader](https://github.com/cornerstonejs/cornerstoneWADOImageLoader/blob/master/src/shared/decodeImageFrame.js) only supports a key subset of transfer syntaxes as well, which seems in line with pydicom. Ultimately we will need a plan to support...
Sorry about the delay, I haven't really been maintaining this anymore -- did you make sure to click and drag the mouse to select the display digit(s) in the video?
hi @jkenny23 feel free to submit a pull request with your changes! Also, the idea is for the bounding boxes to match the height and width of the digit as...
Hi there @bbeckrest! I can take a deeper look later this weekend if needed, but one thing that may be worth trying is index `1` for the frame, which should...
@bbeckrest apologies for the delay! Looks like this issue is coming from the jpeg.Decode call (from [here](https://github.com/golang/go/blob/c5ac91d0e1082914d3eeb8dff9d80974eb1bf9b7/src/image/jpeg/reader.go#L647)). One option is to take the encapsulated pixel byte data and write out...
Ah, I was wondering if that was it! Great find, btw--I do remember thinking a little about this in the [past as you found](https://github.com/gradienthealth/dicom/issues/24#issuecomment-408145964), but luckily never directly ran into...
@bbeckrest thank you for the update, I too would love to get a better sense of how often these JPEG LS encoded DICOMs show up in the wild, and if...
I will keep this issue open to track updates on this!
We can support a default autoscaling (redistribution) of values based on the min and max pixel value (purely for draft display purposes), while working on implementing the pipeline to look...