Commit 728bc198658a949fe41cc8538179f33be8443f43
1 parent
372512ae
Exists in
master
and in
6 other branches
ADD: Brush operation while clicking (despite moving)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/reader/dicom_reader.py
@@ -84,7 +84,7 @@ def LoadImages(dir_): | @@ -84,7 +84,7 @@ def LoadImages(dir_): | ||
84 | array = vtk.vtkStringArray() | 84 | array = vtk.vtkStringArray() |
85 | 85 | ||
86 | #Case Reduce Matrix of the Image | 86 | #Case Reduce Matrix of the Image |
87 | - reduce_matrix = 1 | 87 | + reduce_matrix = 0 |
88 | 88 | ||
89 | img_app = vtk.vtkImageAppend() | 89 | img_app = vtk.vtkImageAppend() |
90 | img_app.SetAppendAxis(2) #Define Stack in Z | 90 | img_app.SetAppendAxis(2) #Define Stack in Z |