Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danoan authored Jul 24, 2020
1 parent ec4de2a commit 15adbd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,20 @@ done. In this scenario, ccmake is quite handy.

Build instructions can be found in INSTALL.txt

This source contains five applications. For detailed description,
This source contains eight applications. For detailed description,
type: [application] -?

We give output examples of the main applications: shape-flow and interactive-seg

### shape-flow

Evolve the digital curvature flow for a given digital shape.

```
./shape-flow -Striangle -r15 -h0.1
./shape-flow -Sflower -r15 -h0.1
```

<img alt="Triangle flow" src="https://github.com/danoan/BTools/blob/master/doc/images/triangle.gif" height="200" />
<img alt="Flower flow" src="https://github.com/danoan/BTools/blob/master/doc/images/flower.gif" height="200" />

Expand Down

0 comments on commit 15adbd5

Please sign in to comment.