given a .dcm format image sequence, identify the positions of all spherical markers from this image sequence.
Project description
dcm_ball_detector
given a .dcm format image sequence, identify the positions of all spherical markers from this image sequence.
install
- it is recommended that this module should be installed in a python virtual environment (venv).
pip install dcm-ball-detector
usage
-
we assume that you have put your
.dcmfiles into a folder of which the path is<folder path>. -
we assume that your
.dcmfiles are named under alphabetical order. -
use the following command to get a prediction of the position of the marker balls.
python3 -m dcm_ball_detector <folder path>
- the program will output something like below to stdout:
[{"xmm": 349.02488432862555, "ymm": 328.00209214017735, "zmm": 132.5840302807579}, {"xmm": 331.0029681581956, "ymm": 274.1596321456759, "zmm": 161.7956332082969}, {"xmm": 388.61439982471455, "ymm": 341.3301036489755, "zmm": 176.0079302709168}, {"xmm": 364.3212735729133, "ymm": 280.99146326745836, "zmm": 201.8262056427377}]
debug
- if you want to show the debug info of the marker balls, use the following command:
python3 -m dcm_ball_detector --debug <folder path>
- after the program has been finished, in stderr there will be a line like:
tips: relevant images in: .../dcm_ball_detector/log_image
- relevant images for debugging will be listed in folder
.../dcm_ball_detector/log_image.
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 dcm_ball_detector-0.0.9.tar.gz.
File metadata
- Download URL: dcm_ball_detector-0.0.9.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbac82089d89681abf1ed1d88ac65ed16c0cc63706638df4376c189b5381b4ce
|
|
| MD5 |
a96c8110bba7ceefbb92e2d0c2bf2301
|
|
| BLAKE2b-256 |
895eab7ba611f7eafbec9de88576fb41439a1a7fe5ee58dc8d18e6d19218c7e5
|
File details
Details for the file dcm_ball_detector-0.0.9-py3-none-any.whl.
File metadata
- Download URL: dcm_ball_detector-0.0.9-py3-none-any.whl
- Upload date:
- Size: 9.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca53c7f703deacfc5bc742a1c64f52c9c4062e0489a38c12b91b078bc8ee3033
|
|
| MD5 |
9f996158cddc221bfe29aa6288e7efa0
|
|
| BLAKE2b-256 |
eb5252849aa4313717ee793e9a82122d6d9b4e8c7de048eea52dfe2bc42a3444
|