Skip to main content

Tools for reading dicom files, RT structures, and dose files, as well as tools for converting numpy prediction masks back to an RT structure

Project description

"# Resample_Class" For resampling images and annotations for deep learning

Below is an example of turning a cube on a high resolution image into a low resolution image

pip install NiftiResampler

from NiftiResampler.ResampleTools import ImageResampler
Resampler = ImageResampler()
image = np.zeros([68, 512,512])
image[30:40,126:256,125:256] = 1
resampled = Resampler.resample_image(image,input_spacing=(0.975/2,0.975/2,2.5),output_spacing=(0.975,0.975,5),is_annotation=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NiftiResampler-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

NiftiResampler-0.0.1-py3-none-any.whl (15.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page