-
See this link: https://discourse.slicer.org/t/slicer-issues-with-displaying-certain-dicom-images/17262?u=spycolyf
Images are distorted related to predictor6 bug in JPEG and GDCM patch. Images are f…
-
### Description
`ITK_EXCERCISE_BASIC_OBJECT_METHODS` are not compiling with a few classes from the `ITKReview` module:
https://open.cdash.org/viewBuildError.php?buildid=7442857
```
[5339/617…
-
**Describe the bug**
`pydicom.pixel_data_handlers.util._expand_segmented_lut()` expands segmented LUTs to an incorrect length.
**Expected behavior**
A correct length LUT to be produced.
**Step…
-
Hi @Enet4 !
Thanks for this awesome library!
I'm now using this library to generate thumbnails for a bunch of JPEG lossless compressed dicoms that I have. I created a simple abstraction here: h…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
**Describe the bug**
When converting from YBR to RGB using `convert_color_space` I sometimes run out of memory for larger multi slice dicoms.
This seems to be because of the `np.dot` function in `_…
-
| | |
| --- | --- |
| Bugzilla Link | [18938](https://llvm.org/bz18938) |
| Resolution | FIXED |
| Resolved on | Feb 20, 2020 08:10 |
| Version | trunk |
| OS | All |
| Attachments | [prototype patc…
-
### Description
Some volumes are flipped along their Z axis (ordering of slices is inverted). Other axes are not inverted, so it is not a rotation but a mirroring along one axis. It worked well in …
-
Related to the discussion at https://github.com/conan-io/conan-center-index/pull/3834
We should all agree on some general policy around source code patches in libraries.
To start the conversatio…
-
Apologies for the likely naive question, but is there a way to retrieve the PixelData from a DICOM, such that it could be opened with the `image` crate or something similar?
Thanks!