python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SimpleITK.Show() generates error in ImageJ on Macbook
I'm struggling with imagej on Jupyter. This is part of the code that i'm running:
def ImageGen(a,b,x_0,y_0, sigma_x, sigma_y, theta ):
g=GaussianFunc(x_0,y_0,sigma_x,sigma_y,theta)
g2=sitk.Get...
zahra ameli
Votes: 0
Answers: 1
ImportError: DLL load failed while importing _SimpleITK. Can't find the given module
I am trying to use the following script provided through GitHub: Script. I have python 3.9.10 installed, pip version 22.0.4. But when I run py script.py I get the following error message: "Import...
Don_twice
Votes: 0
Answers: 1
How to set voxel value based on absolute distances/coordinates from origin in simpleITK
I have a dicom 3D image and additional file describing binary mask. Binary mask is encoded with XYZ coordinates:
5.123422, 6.123123, 5.123123; 5.123422, 6.123123, 5.123123; 5.123422, 6.123123, 5.12312...
andyPity
Votes: 0
Answers: 1
Skull stripping with python/simpleITK
I'm trying to perform a skull stripping with simpleITK in python.
I'm using the StripTsImageFilter function as follows:
#upload data
# Path of nii img
path = r'C:\Users\Kate\Jupyter\DataThesis\PROGRES...
Kate
Votes: 0
Answers: 2