GoogleCloudPlatform / wsi-to-dicom-converter

Conversion tool/library for converting whole slide images to DICOM
Apache License 2.0
77 stars 26 forks source link

Fix's issue with OpenSlide downsampling alignment and Improves downsa… #59

Closed Philbrick closed 3 years ago

Philbrick commented 3 years ago

…mpling perf for images with only high resolution scans

Adds progressiveDownsample option. Supported for all image generation paths. (Bilinear & Nearest neighbor). Alters downsampling algorithm to progressively downsample images instead of downsampling from nearest image in the scanned slide pyramid.

danielbeaudreau commented 3 years ago

This PR is huge, is there any way you can split this into a series of smaller ones ideally < 500 lines each?

Philbrick commented 3 years ago

Breaking up and submitting in smaller parts. Leaving open until fully added.

Philbrick commented 3 years ago

Changes integrated.