Dylan8527 / Non-line-of-sight-Imaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-line-of-sight Imaging

​ In this assignment, we implement the filter backprojection (FBP) algorith fo NLOS imaging. The total work is divided into two parts. In the first part, we read the input data and construct the scene with bounding box. In the second part, we implement backprojection for the input data onto the constructed scene and use Laplace filter or threshold as post processing after calculating the heat map.

Run

generate density grid

python densities.py

generate visualize results

python visualize.py

Pictures folder

​ It includes the visualization of input data at different resolution and at different time steps.

Videos folder

​ It includes the visualization of output data (slice of density grid along y-axis) by different input data.

Results

image-20230103180743256

About

License:MIT License


Languages

Language:Python 100.0%