Skip to content

Commit d6cb3e7

Browse files
committed
review comments corrected
1 parent 763d548 commit d6cb3e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mevislab.github.io/content/tutorials/image_processing/image_processing6.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The following figure shows the network and the result:
128128
### Visualizing RTDOSE as a Color Overlay Using LUT
129129
We now ant to show the *RTDOSE* data as provided for the patient as a semi-transparent overlay.
130130

131-
Now we need to add another `DicomImportExtraOutput` module to import multiple DICOM objects. You have to select the correct index for the exampleIn this case, we select index 4 for the *RTDOSE* 199*115*147*1 data. Add a `MinMaxScan` module to scan the input image and calculate the minimum and maximum values of the image. Connect it with the `DicomImportExtraOutput` module.
131+
Now we need to add another `DicomImportExtraOutput` module to import multiple DICOM objects. You have to select the correct index for the example. In this case, we select index 4 for the *RTDOSE* 199*115*147*1 data. Add a `MinMaxScan` module to scan the input image and calculate the minimum and maximum values of the image. Connect it with the `DicomImportExtraOutput` module.
132132

133133
![Importing RTDOSE Data and Applying MinMaxScan for Image Normalization](/images/tutorials/image_processing/minmaxscan.png "Importing RTDOSE Data and Applying MinMaxScan for Image Normalization")
134134

@@ -152,7 +152,7 @@ Now open `SoLUTEditor` module panel, go to *Range*, *Update Range From Histogram
152152

153153
![SoLUTEditor Panel](/images/tutorials/image_processing/solut.png "SoLUTEditor Panel")
154154

155-
In the same panel from on tab *Editor*, change the colors as shown in the figure:
155+
In the same panel, on tab *Editor*, change the colors as shown in the figure:
156156

157157
![SoLUTEditor Panel Editior](/images/tutorials/image_processing/editior.png " SoLUTEditor Panel Editior")
158158

0 commit comments

Comments
 (0)