Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 338 Bytes

notes.md

File metadata and controls

6 lines (5 loc) · 338 Bytes

Image Data

  • Most (all?) of the lungmap images are in TIF format
  • Some of the images are 3-channel RGB, 16-bit per channel which is not supported in many image libraries
    • OpenCV will read these but will downsample to 8-bit per channel by default
    • PIL will not read these, so they need to be converted to 8-bit per channel first