Add README.

This commit is contained in:
Timo Menzel 2023-09-14 11:50:40 +02:00
parent b0be94dea1
commit 9edb092501
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Buildung
1. mkdir build
2. cd build
3. cmake ..
4. make -j7
# Execution
- Without dirichlet mask
```
./PIE ../data/head.obj ../data/head_tex.jpg ../data/body_tex.jpg ../data/head.png
```
- With dirichlet mask
```
./PIE ../data/head.obj ../data/head_tex.jpg ../data/body_tex.jpg ../data/head-dilat.png ../data/head-dirichlet-dilat.png
```