Skip to content

Commit 4376d2b

Browse files
committed
final edited example 6 .
1 parent e4df490 commit 4376d2b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,20 @@ It contains the CT, RTSTRUCT, and RTDOSE files needed for this tutorial to work
4040
This data is FOR EDUCATIONAL AND SCIENTIFIC EXCHANGE ONLY – NOT FOR SALES OR PROMOTIONAL USE.
4141
{{</alert>}}
4242

43-
Create new folder named *DICOM_FILES*. Extract the ZIP file into this folder.
43+
Create a new folder named *DICOM_FILES*. Extract the ZIP file into this folder.
4444

4545
We will use it in this tutorial.
4646

4747
Add the module `DicomImport` to your workspace.
4848

4949
!["DicomImport](/images/tutorials/image_processing/Dicommm.png "DicomImport")
5050

51-
Then click Browse and select the new folder named *DICOM_FILES* where you copied the ZIP file earlier, then press Import. You can see it in the below figure:
51+
Then click Browse and select the new folder named *DICOM_FILES* where you copied the content of the ZIP file earlier, then press Import. You can see it in the below figure:
5252

5353
![Importing DICOM RT Data from the DICOM_FILES Folder](/images/tutorials/image_processing/Import.png "Importing DICOM RT Data from the DICOM_FILES Folder")
5454

5555
Now add a `View2D` module and connect it to `DicomImport`.
5656

57-
As shown in the Data Tree (middle pane), the imported DICOM RT structure includes:
5857
As shown in the Data Tree (middle pane), the imported DICOM RT structure includes:
5958

6059
* **eByLuKOZoWxBUrIW** – An anonymized Patient ID.
@@ -77,15 +76,15 @@ We now want to view the CT images and the RTSTRUCT data together. The module `Di
7776

7877
You have to select the correct index for the RTSTRUCT. In our example it is index 2.
7978

80-
Add `DicomImportExtraOutput` module as shown in the figure below :
79+
Add `DicomImportExtraOutput` module as shown in the figure below:
8180

8281
![Selecting CT and RTSTRUCT in DicomImport](/images/tutorials/image_processing/SELECTINGCTRTSTRUCT.png "Selecting CT and RTSTRUCT in DicomImport")
8382

8483
### **Visualize RTSTRUCTs as colored CSOs:**
8584

8685
Now we need an `ExtractRTStruct` module to convert RTSTRUCT data into CSOs (Contour Segmentation Objects). CSOs allow MeVisLab to visualize the contours on the CT scan and to interact with them.
8786

88-
Then coonect it with the `DicomImportExtraOutput` as shown in the figure:
87+
Then connect it with the `DicomImportExtraOutput` as shown in the figure:
8988

9089
![ExtractRTStruct vonverter](/images/tutorials/image_processing/converter.png "ExtractRTStruct converter")
9190

0 commit comments

Comments
 (0)