imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Support for importing and converting image data from other files. #19

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 3 years ago

Use subclass of ImageData in WsiInstance:

Closing #9

erikogabrielsson commented 2 years ago

In addition to the comments, I think it would be good to add a section to README some hints about how to use ImageData... But overall, this is a great PR, the code additions are very clean!

Added section describing in general how ImageData could be used.