Skip to content

Commit

Permalink
Merge pull request #18 from KitwareMedical/readme-tweak-rendering-pyt…
Browse files Browse the repository at this point in the history
…hon-example

DOC: Tweak rendering of python example in README
  • Loading branch information
brad-t-moore authored Aug 12, 2021
2 parents 658c9f0 + 54901d6 commit b88c76d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions itkpocus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ITKPOCUS is developed by [Kitware, Inc.](https://www.kitware.com) in collaborati
## Usage
The scripts provided convert manufacturer image and video files to ITK Image objects. They may also remove overlays from the ultrasound image and set the physical dimension of the image by processing the overlay ruler (when applicable).

```
```python
import itk
import matplotlib.pyplot as plt
import itkpocus.sonoque as sonoque
Expand All @@ -30,4 +30,5 @@ new_img, meta = sonoque.load_and_preprocess_image(fp)
2. Add ffmpeg binary directory to your PATH
1. Note: errors in this step will result in exceptions from _skvideo_
3. Activate your virtual environment
4. `pip install itk-pocus`
4. `pip install itk-pocus`

0 comments on commit b88c76d

Please sign in to comment.