Skip to content
PYCAD – Your Medical Imaging Partner

Tag: dicom images

How to Convert Nifti Files into STLĀ Files?

Guide to converting Nifti files to STL format using Python libraries like Nibabel, NumPy, and numpy-stl for 3D medical imaging segmentation.

This blog post is about converting 3D Nifti medical imaging segmentation into 3D STL mesh that can be 3D printed.

3D Volumes Augmentation for Tumor Segmentation usingĀ Monai

3D tumor segmentation data augmentation using MONAI: techniques for deep learning in medical imaging.

In this article, we will talk about how to generate synthetic patients for image segmentation.

Convert JPG or PNG images into Dicom

Convert JPG/PNG to DICOM using Python: step-by-step guide with pydicom, handling grayscale and RGB images for medical imaging.

In this blog I will show you how you can convert a normal image like jpg or png into dicom images (medical images)

How To Convert a DICOM Image Into JPG or PNG

Convert DICOM to JPG/PNG using Python: Step-by-step guide to extract pixel data, rescale images, and save in common formats using pydicom, Pillow, and Numpy.

In this small blog, we will talk about how to manipulate the Dicom images. So you have an idea about how to display and convert them.