Add README.
This commit is contained in:
parent
b0be94dea1
commit
9edb092501
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue