Comparison of numerical 2D reconstruction methods and the corresponding requirements and impact of parameters using the pyEIT package.
All requirements are provided inside the requirements.txt
.
pip3 install -r requirements.txt # Linux, macOS, Windows
pip install -r requirements.txt # Windows
From the example folder, pick one demo and run!
You will see the results of (2D) forward and inverse computing with different parameter in each demo.
Note: the following images may be outdated due to that the parameters of a EIT algorithm may be changed in different versions of pyEIT
.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in each row is equal.
The image reconstruction method in each colomn is same.
Result:
Jacobian is the slowest and Backprojection is the fastest method.
GREIT is the trade off between Jacobian and Backprojection for time and resolution.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in each row is equal.
The image reconstruction method in each colomn is same.
Result:
Jacobian is the slowest and Backprojection is the fastest method.
GREIT is the trade off between Jacobian and Backprojection for time and resolution.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in each row is equal.
The image reconstruction method in each colomn is same.
Result:
Jacobian is the slowest and Backprojection is the fastest method.
GREIT is the trade off between Jacobian and Backprojection for time and resolution.
All three methods are good with goal of the detection of the number of the separated objects.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in each row is equal.
The image reconstruction method in each colomn is same.
The target is trying to detect two objects with same conductivity but different size.
Result:
Jacobian is the slowest and Backprojection is the fastest method.
GREIT is the trade off between Jacobian and Backprojection for time and resolution.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in any case is equal.
The image reconstruction method in each colomn is same.
The target is trying to compare adjacent with opposite injection pattern.
Result:
Opposite injection pattern showes separated objects clearer.
GREIT is the best and Backprojection is the worst.
REMARK:
Three different image reconstruction methods are shown.
The number of electrodes in any case is equal.
The image reconstruction method in each colomn is same.
The goal is trying to detect the object like triangle with sharp edges with adjacent and opposite injection pattern.
Result:
GREIT almost fails even in separating the objects.
Jacobian has the highest resolution.
Adjacent injection pattern causes better results for objects with sharp edges.
Simulating the edges is difficult task and almost all these methods fail in it. We should use other tools for post processing the image.
Email: [email protected]