Skip to content

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sisobus committed Sep 16, 2019
1 parent cd646e6 commit 97e7e83
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
# cornerstoneTools-RotatedEllipticalRoiTool


An annotation tool of drawing rotated elliptical roi. It is 3rd party library of [cornerstoneTools](https://github.com/cornerstonejs/cornerstoneTools).
An annotation tool of drawing rotated elliptical roi. It is 3rd party library of [cornerstoneTools](https://github.com/cornerstonejs/cornerstoneTools).<br>
You can try to test this tool in [here](https://examples.sisobus.com/rotated-elliptical-roi)

## Demo

![rellipticalroi](https://user-images.githubusercontent.com/3329885/58860190-87c5d480-86e6-11e9-9564-018ad626ae30.gif)
<img src="https://user-images.githubusercontent.com/3329885/58860190-87c5d480-86e6-11e9-9564-018ad626ae30.gif" width="400">


## Installation

```sh
$ yarn add cornerstone-tools-rotated-elliptical-roi-tool
```

or

```sh
$ npm i cornerstone-tools-rotated-elliptical-roi-tool
```

This library has dependencies below

* [cornerstone-core](https://github.com/cornerstonejs/cornerstone)
* [cornerstone-tools](https://github.com/cornerstonejs/cornerstoneTools)
* [cornerstone-math](https://github.com/cornerstonejs/cornerstoneMath)


## LICENSE

MIT

0 comments on commit 97e7e83

Please sign in to comment.