Skip to content

Commit

Permalink
Added introduction to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathé Zeegers committed Mar 23, 2023
1 parent 494f2e6 commit 664ea1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

## Introduction

...
MC-DART (Multi-Channel Discrete Algebraic Reconstruction Technique) is a tomographic reconstruction algorithm for multi-channel data. The algorithm is a generalization of DART to multi-channel data and alternately applies channel reconstructions and multi-channel segmentation to yield a final reconstructed segmentation.

This package provides scripts for applying MC-DART with simulated X-ray data. In addition, the package provides scripts to reproduce the results of the experiments in the associated paper titled '[A Multi-Channel DART Algorithm](https://link.springer.com/chapter/10.1007/978-3-030-05288-1_13)', in which the reconstruction mathod is demonstrated and analyzed on numerical 2D X-ray phantoms.

## Requirements

Expand Down Expand Up @@ -50,7 +52,7 @@ The resulting plots (see examples below) will be located /results/plots folder.

## Example results

Below are data samples and the results of the MC-DART experiments:
Below are data samples and the results of the MC-DART experiments. On the left are two phantoms (with two and ten materials respectively) are used. The plots on the upper right show the relative pixel classification errors in the final segmentations of MC-DART as the number of channels and materials are varied. The plot on the lower right show the pixel classification error over the number of reconstruction algorithm iterations.

<p align="center">
<img align=center src="./images/Nx128Nclass50Nchan1run1CONVERTEDmat2.png" style="width: 25%">
Expand All @@ -61,8 +63,6 @@ Below are data samples and the results of the MC-DART experiments:
<img align=center src="./images/EXP2PixelErrorOverTime.png" style="width: 50%">
</p>

...

## References

The algorithms and routines implemented in this package are described in the following [conference paper](https://link.springer.com/chapter/10.1007/978-3-030-05288-1_13) published in the proceedings of the 19th International Workshop on Combinatorial Image Analysis (IWCIA 2018). If you use (parts of) this code in a publication, we would appreciate it if you would refer to:
Expand Down

0 comments on commit 664ea1e

Please sign in to comment.