python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Resize the Depth of CT data in Python
I have multiple CT datasets in Dicom format all with varying number of slices or 2D CT images.
Example:
Dataset 1 Shape: (512 x 512) x 100
Dataset 2 Shape: (512 x 512) x 130
Dataset 3 Shape: (512 x 51...
user9209723
Votes: 0
Answers: 1
Monai : RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 7 but got size 8 for tensor number 1 in the list
I am using Monai for the 3D Multilabel segmentation task. My input image size is 512x496x49 and my label size is 512x496x49. An Image can have 3 labels in one image. With transform, I have converted t...
Ankita
Votes: 0
Answers: 1
Getting "Images Do Not Occupy Same Physical Space" Error When Trying to Multiply two .nii Files in Convert3d/ITK
I have to mask a .nii MRI image for an internship I'm doing. The method I'm using involves multiplying the proton density weighted version of the image (captured during the inversion pulse) by the ori...

JG98
Votes: 0
Answers: 2
Stacking multiple Dicom series for a same patient
I have a a sereies of Dicom images for each patient and I would like to stack them and save them as one Volumetric Dicom image, Any idea of how to do that?
from glob import glob
import dcmstack
import...
Mrmr
Votes: 0
Answers: 0