Skip to content

Commit

Permalink
add logo and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHCC committed Oct 6, 2022
1 parent c66bff2 commit 369710c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Binary file added Images/cgh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Computer-Generated-Hologram
✨This library introduces the current production process of computer holography, and uses MATLAB and Python to record and reproduce holograms. In the future, I will build a computer hologram simulation framework or a simulation application program.


![](./Images/cgh.png)

## Introduction

Expand Down Expand Up @@ -98,6 +98,12 @@ The error diffusion algorithm iterates between the pixels of the hologram plane

Working on a hologram simulation API.

```shell
git clone https://github.com/JackHCC/Computer-Generated-Hologram.git
cd Computer-Generated-Hologram
pip install requirements.txt
```



## Experiment
Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy
pillow
matplotlib
scipy
opencv-python
tqdm

0 comments on commit 369710c

Please sign in to comment.