Skip to content

Commit e593469

Browse files
authored
Correct comments in secondary capture usage example (#110)
1 parent a02257f commit e593469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ labelled bounding box region drawn over a CT image.
378378
image_dataset = dcmread('/path/to/image.dcm')
379379
380380
# Create an image for display by windowing the original image and drawing a
381-
# bounding box over it using OpenCV
381+
# bounding box over it using Pillow's ImageDraw module
382382
slope = getattr(image_dataset, 'RescaleSlope', 1)
383383
intercept = getattr(image_dataset, 'RescaleIntercept', 0)
384384
original_image = image_dataset.pixel_array * slope + intercept

0 commit comments

Comments
 (0)