Git Product home page Git Product logo

Comments (30)

thisKing avatar thisKing commented on July 18, 2024 1

为啥用3D,我看一下子就崩溃了

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

为啥用3D,我看一下子就崩溃了

还好吧,新版的架构比旧版还是好的,配合example和源码看就好

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

Can you try it again, there has been a potential fix for this here d36a23a

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

Can you try it again, there has been a potential fix for this here d36a23a
I upgraded to 0.10.0, but it was not resolved, there is no change

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

which viewport are you using? StackViewport or VolumeViewport?

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

which viewport are you using? StackViewport or VolumeViewport?

StackViewport

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

can you share the data (If the DICOM data does not have patient information (anywhere in the header etc.) nor baked in in the display, so no PHI at all)

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

can you share the data (If the DICOM data does not have patient information (anywhere in the header etc.) nor baked in in the display, so no PHI at all)

Download this file dicomLink

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

Doesn't download

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

Doesn't download

Sorry, I gave you a temporary links, I will give you a new link。download

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

It doesn't work either

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

It doesn't work either

I cannot upload the file directly through Github, so I can only choose to send it to you by email. I am sorry for delaying your time。

from cornerstone3d.

1isten avatar 1isten commented on July 18, 2024

@FedWithMori maybe you can try:

cornerstoneWADOImageLoader.configure({
  // ...
  decodeConfig: {
    convertFloatPixelDataToInt: false, // 👈 set this to false
  },
});

// ...

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

@FedWithMori maybe you can try:

cornerstoneWADOImageLoader.configure({
  // ...
  decodeConfig: {
    convertFloatPixelDataToInt: false, // 👈 set this to false
  },
});

// ...

That's how it was set up from the start, and it doesn't solve the problem
image

from cornerstone3d.

SimonLee6 avatar SimonLee6 commented on July 18, 2024

我也遇到了这个问题
1657100712144
我用的体积视口

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

from cornerstone3d.

tineke01 avatar tineke01 commented on July 18, 2024

这个问题解决了吗

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

Can you try drag and drop your image in our new demo https://www.cornerstonejs.org/live-examples/local.html

from cornerstone3d.

SimonLee6 avatar SimonLee6 commented on July 18, 2024

应该是数据类型的问题 我用的volume视口 用的cornerstoneWADOImageLoader解析的dicom 它解析出来的pixelData是Unit16Array
而cornerstone3d需要的是 Unit8Array 或者 Float32Array 我改了这个代码就好了
image

from cornerstone3d.

tineke01 avatar tineke01 commented on July 18, 2024

应该是数据类型的问题 我用的volume视口 用的cornerstoneWADOImageLoader解析的dicom 它解析出来的pixelData是Unit16Array 而cornerstone3d需要的是 Unit8Array 或者 Float32Array 我改了这个代码就好了 image

牛逼!!!

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

Can you try drag and drop your image in our new demo https://www.cornerstonejs.org/live-examples/local.html

image

from cornerstone3d.

tineke01 avatar tineke01 commented on July 18, 2024

您可以尝试在我们的新演示中拖放您的图像吗https://www.cornerstonejs.org/live-examples/local.html

图片

我qq加你好友了 麻烦通过一下,有点问题想咨询一下

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

can you see if your problem is fixed now?

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

can you see if your problem is fixed now?

When I use the demo you provided, the display is normal, but my local project after upgrading dependence, the display error.
Demo:
image
My local project:
image
Dependence:
image

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

update your wado image loader as well

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

update your wado image loader as well

image

from cornerstone3d.

sedghi avatar sedghi commented on July 18, 2024

Hmm, so couple of things, nuke the package.json lock or yarn lock and delete node modules (maybe that fixes it). If not are you registering a custom metadata provider in the app?

from cornerstone3d.

FedWithMori avatar FedWithMori commented on July 18, 2024

from cornerstone3d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.