Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update readme

Signed-off-by: Zhiqiang Liang <dpstill@126.com>
  • Loading branch information
ardeal committed Sep 16, 2020
1 parent 8643fdc commit 8994952
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,13 @@ vtkDICOMParser-9.0d.lib
vtkRenderingCore-9.0d.lib

# Misc
+ The example uses MarchingCubes for 3D reconstuction.
+ Be sure to set build INSTALL when you build VTK.
+ Be sure to set CMAKE_INSTALL_PREFIX on cmake to make sure all headers and libs could be collected to the set folder.
+ If you 3D figure doesn't look good, try to change the parameter 100 on line 62 to some other value.
```C
skinExtractor->SetValue(0, 100);
```
Expand Down

0 comments on commit 8994952

Please sign in to comment.