-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CT Image GPU renderer adds lot of white noise #225
Comments
@toropok This might have been fixed by 0.16.8 |
@md-prog Thanks! will try it asap |
unfortunately it doesn't help |
@toropok Indeed, it's unfortunate. It resolved mine. |
@toropok Is there any chance you can post the anonymized DICOM file for us to test and fix? |
* feature(dcmjs): Adding cobb-angle support * feat(dcmjs): Add adapter for CobbAngle, and add description and location mapping * fix(dcmjs): Fix the arrow, cobb and length to all get the description/group in the same way * feat(dcmjs):Add adapters for FreehandRoi, RectangleRoi and Angle * fix(dcmjs): Fixed the angle and rectangle cornerstone adapters * fix(dcmjs): Store an optional second point for the arrow annotation The point TID300 normally takes 1 point, but seems to be ok if an extra one is added for the source of the indicator. * fix(dcmjs):Use the SCT codes rather than SRT as requested
It's really my problem. I tested using A very strange thing, I've been testing example "DICOM P10 from local file system" the result was right. I don't see what the difference is. |
can you try again now, I moved the canvas rendering to gpu, but the API has changed to accept an object |
For me, two issues were causing problems with window levels. I will file them separately, but for future reference I'll put a summary here:
These issues are filed separately as #887 and #888, and might be related to this issue. |
Could you kindly provide the data if it has been anonymized and you can confirm that there is no patient health information present in any of the headers or embedded within the pixel data? |
The issues is occurring from me as well. |
Could you kindly provide the data if it has been anonymized and you can confirm that there is no patient health information present in any of the headers or embedded within the pixel data? |
https://drive.google.com/file/d/1XdpbPhwQQH3_3QiKiVmZ_QevRK2ECyFO/view?usp=sharing Here is the images that I tried. |
Any solution for this will be appreciated! |
use cpu render private _resizeUsingCustomResizeHandler(
} private getCameraCPU(): Partial { there is an error: Cannot read properties of undefined (reading 'direction') @sedghi |
use cpu render. Enums.Events.VOI_MODIFIED Will not trigger the first time @sedghi |
Can you check the latest OHIF viewer, which now includes Cornerstone 3D 2.0? Here are the migration guides: Try OHIF locally: https://viewer-dev.ohif.org/localbasic |
Any update here? |
Hi,
For our custom DICOM viewer we use following libs:
Unexpetedly cornerstone adds a lot of white to images while rendering (except first image in series):
Screen.Recording.2022-09-26.at.10.25.24.mov
But if you're setting CPU render only - this "white" effect dissappears
Screen.Recording.2022-09-26.at.10.48.08.mov
What may cause that?
regards,
--leo
The text was updated successfully, but these errors were encountered: