ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
168 stars 35 forks source link

Minor fixes to segmentation #195

Closed CPBridge closed 2 years ago

CPBridge commented 2 years ago

As I was reviewing #184 I noticed some minor errors in the implementation of segmentation. Just some checks that are redundant and make the code more confusing to follow as well as the typo you found in the examples. I thought I might as well push these now

@hackermd