Metadata-Version: 2.1
Name: KevinSR
Version: 0.1.11
Summary: This package includes inference codes supporting Super-resolution image and mask interpolations.
Home-page: https://pypi.org/project/KevinSR
Author: Kevin Zhang
Author-email: zhangkuanmayo@gmail.com
License: UNKNOWN
Description: 
        Designed for medical imaging data preprocesing, two types of normalization are implemented:
        
        1) Medical imaging mask inerpolation. 
        2) SR image interpolation through Z directions (i.e., thick-slices to thin-slices) with arbitrary user-selected sampling ratios.
        
        
        from KevinSR import mask_interpolation, SOUP_GAN
        
        # for mask interp
        new_masks = mask_interpolation(masks, factor)
        
        # for SR image interp
        thin_slices = SOUP_GAN(thick_slices, factor)
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
