Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 1.8 KB

File metadata and controls

43 lines (22 loc) · 1.8 KB

Steepest-Descent-Method-and-DOT-Imaging

Diffuse Optical Tomography (DOT) is an non-invasive optical imaging technique that measures the optical properties of physiological tissue using light in the near infrared spectrum. Optical properties are extracted from the measurement using reconstruction algorithm.

This project synthesizes measurement data by solving the 2-dimensional finite volume forward model with a set of known optical properties. This projects examines one of the reconstruction algorithms - the steepest descent method in combination with inexact line search - in the task of reconstructing the absorption profile.

Original Optical Properties

The original $\mu_a$ profile: ![original_mua](README Images/original_mua.jpg)

Detectors Used by the Reconstruction Algorithm

The location of detectors are shown as the colored dots on the boundaries:

![detector_loc](README Images/detector_loc.jpg)

Reconstructed Optical Properties

The $\mu_a$ profile (left) and the gradient (right) at the 100th iteration. Color bar of $\mu_a$ is in the unit of $cm^{-1}$:

![mua_grad_iter_100](README Images/mua_grad_iter_100.jpg)

The $\mu_a$ profile (left) and the gradient (right) at the 500th iteration:

![mua_grad_iter_500](README Images/mua_grad_iter_500.jpg)

The $\mu_a$ profile (left) and the gradient (right) at the 1000th iteration.

![mua_grad_iter_1000](README Images/mua_grad_iter_1000.jpg)

The $\mu_a$ profile (left) and the gradient (right) at the 5000th iteration:

![mua_grad_iter_5000](README Images/mua_grad_iter_5000.jpg)

The $\mu_a$ profile (left) and the gradient (right) at the 10000th iteration:

![mua_grad_iter_10000](README Images/mua_grad_iter_10000.jpg)

The $\mu_a$ profile (left) and the gradient (right) at the 35000th iteration:

![mua_grad_iter_35000](README Images/mua_grad_iter_35000.jpg)