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

Refactor Frame code to support multiple implementations #51

Closed Philbrick closed 3 years ago

Philbrick commented 3 years ago

Refactor Frame code to support multiple implementations.

Code in old Frame.h moved to nearestneighborframe.h Code in old Frame.cpp moved to nearestneighborframe.cpp Frame.h is now abstract class defining frame method definitions.

danielbeaudreau commented 3 years ago

/gcbrun