A package to read and normalize DICOM images
Project description
DCMIRead
DCMIRead is a Python package designed to facilitate the reading and normalization of DICOM images. It provides two primary functions that return a normalized image array, making it an invaluable tool for those working with DICOM images.
Primary Functions
Read_Dicom_From_File(path: str, size: int=224, rescale: bool=True): This function reads a DICOM image from a file. Thepathparameter specifies the file path of the DICOM image. Thesizeparameter sets the size of the output image, and defaults to 224. Therescaleparameter determines whether the image should be rescaled, and defaults to True.Read_Dicom_From_Buffer(buffer: str, size: int=224, rescale: bool=True): This function reads a DICOM image from a buffer. Thebufferparameter specifies the buffer containing the DICOM image data. Thesizeandrescaleparameters function as described above.
Usage
Whether you’re reading from a file or a buffer, DCMIRead makes it easy to obtain a normalized image array from your DICOM data. This can be particularly useful in medical imaging applications where DICOM is commonly used.
Please note that both functions return a normalized image array, ensuring consistency in your image data.
With DCMIRead, handling DICOM images has never been easier!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DCMIRead-0.2.tar.gz.
File metadata
- Download URL: DCMIRead-0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e25a59b33a48bbf76776e0c752543cdf577c38e81a6c030d8789c24bb0df8a8
|
|
| MD5 |
aa02e2c80d9ee1c5ec697f8b8ec10684
|
|
| BLAKE2b-256 |
3950b95a4aef686b5e64a764175c44db157022b8bd3c78ab6da7a41a0a0b5d68
|
File details
Details for the file DCMIRead-0.2-py3-none-any.whl.
File metadata
- Download URL: DCMIRead-0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2587a511c5acdfebab1018a07349d7218355091df35084f98ae434b705f7ded5
|
|
| MD5 |
8acdbedb65c052868b59ba0ab73ba1db
|
|
| BLAKE2b-256 |
be8e15111288a2d3caa5e203490fd67b9528451737e32b7e6181abccf85f3153
|