simpleitk Questions
3
Solved
I have one image that remains unchanged and another image which is the first one, but with a filter applied on it. I want to create the third image which should be the composite of these first two ...
Wallah asked 13/7, 2014 at 17:23
2
Solved
I have a set o 3D volumes that I am reading with SimpleITK
import SimpleITK as sitk
for filename in filenames:
image = sitk.ReadImage(filename)
Each of the volumes has different size, spacing, ...
Wicklund asked 2/1, 2018 at 17:13
0
I know there is a function scipy.ndimage.zoom to resize\resample 3D volumes, but that is for numpy.array and it is notoriously slow. Therefore, I use ResampleImageFilter from SimpleITK instead. I t...
3
Solved
I am interested in trying to use SimpleITK to solve my imaging problem. Can you please tell me where the documentation and training materials are?
1
Solved
I have some DICOM images. I want to rescale them using IntensityWindowingImageFilter, but first, I need to know initial values of maximum and minimum intensities.
Right now, I am building WPF UI,...
1
© 2022 - 2024 — McMap. All rights reserved.