| Algorithm 1 Conversion of CBCTimages to X-ray Images |
|
1. Input: 3D cone beam CBCTdataset |
|
2. Output: X-ray images |
|
3. Begin
|
|
4. = [ ] // empty dataset |
|
5. for all in dataset do:
|
|
6. if image_quality is poor Then:
|
|
7. =
|
|
8. else: |
| 9.
// save images as DICOM |
|
10. // reconstruct images using C.S. 3D Imaging Software |
|
11. // slice images |
|
12.) // Save images as PNG format |
|
13. end for
|
|
Return X-ray images |