We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f204 commit 2e055b9Copy full SHA for 2e055b9
src/Core/Transform/MutualInformationAffine/Code.py
@@ -27,8 +27,8 @@
27
raise Exception(f"Usage: {sys.argv[0]} fixed_image moving_image output_image")
28
29
# Import images
30
-fixed_image = itk.imread(sys.argv[1], itk.SS)
31
-moving_image = itk.imread(sys.argv[2], itk.SS)
+fixed_image = itk.imread(sys.argv[1], itk.UC)
+moving_image = itk.imread(sys.argv[2], itk.UC)
32
33
# Preprocess images
34
fixed_normalized_image = itk.normalize_image_filter(fixed_image)
0 commit comments