get bone point cloud from dicom folder
Project description
dicom-bone
从 dicom 图像中提取骨骼表面点云
安装(conda)
conda create -n dicom_bone_env python
conda activate dicom_bone_env
pip install dicom-bone
使用
import dicom_bone
max_point_count = None
arr = dicom_bone.get_bone_point_cloud_from_dicom_folder("PATH_TO_DICOM_FOLDER", max_point_count)
dicom_bone.visualize_simplified_point_cloud(arr)
max_point_count 可以控制生成点云的最大点数目, None 表示没有限制。
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
dicom_bone-0.0.2.tar.gz
(4.4 kB
view details)
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 dicom_bone-0.0.2.tar.gz.
File metadata
- Download URL: dicom_bone-0.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c4e06bea2cf0a17ff9ce052a9773ab924e1f7662de2d31ffde7dea621593221
|
|
| MD5 |
53d0d1d445bbd29cdb7042953fd70775
|
|
| BLAKE2b-256 |
b016dcddc4506826a92e93be99bb951c958ee83e0314f60074d7438e4c90c99e
|
File details
Details for the file dicom_bone-0.0.2-py3-none-any.whl.
File metadata
- Download URL: dicom_bone-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9900204b6b3b5fa90f1f0eabf6743a6a264205add83624442482773881ac1199
|
|
| MD5 |
d75078d28542555157ea0f4e15df4cba
|
|
| BLAKE2b-256 |
d1223f0dbeb5d4c64dbdba289ed4c26c196c05b8be572c7cc97a54ffa8777dc4
|