You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tanks for your great works in CT . I have trouble in make CT slice image ,for example in article E Morevisualization results. I write the code but the result is bad. ma code is as follow , could you share the slice code of yours.
The text was updated successfully, but these errors were encountered:
Hi, we typically use matplotlib.pyplot to visualize slice images. I can't find the exact code at the moment, but it should be simple. I didn't notice any obvious errors in your code at first glance. Personally, I wouldn't multiply the volume by 255. Instead, I recommend setting the value range using vmin and vmax in plt.imshow(). You might find this script helpful for reference.
Tanks for your great works in CT . I have trouble in make CT slice image ,for example in article E Morevisualization results. I write the code but the result is bad. ma code is as follow , could you share the slice code of yours.
The text was updated successfully, but these errors were encountered: