diff --git a/itkpocus/README.md b/itkpocus/README.md index c082d2a..b0a7931 100644 --- a/itkpocus/README.md +++ b/itkpocus/README.md @@ -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 @@ -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` \ No newline at end of file +4. `pip install itk-pocus` +