Skip to content

linson7017/pymipf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6aa3338 · Jan 15, 2025

History

19 Commits
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Dec 12, 2024
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025

Repository files navigation

MIPF

MIPF (Medical Image Processing Framework) is a python library based on trame, primarily designed for medical image processing and visualization. Its architecture is inspired by MITK(Medical Imaging Interaction Toolkit) and supports loading, browsing, and interacting with medical imaging data.

1. Build:

Linux

python setup.py bdist_wheel -p linux_x86_64

Windows

python setup.py bdist_wheel -p win_amd64

2. Install:

pip install ./dist/mipf-**.whl

3. Run a web application:

workbench -f "your image(*.vti,*.nii,*.mha) or model(*.vtp,*.stl,*.ply) filepath"

or specify host and port

workbench -f "your image(*.vti,*.nii,*.mha) or model(*.vtp,*.stl,*.ply) filepath" --port "port" --host 'host ip' --server

These are some simple examples and more features are under development. MutliViews Model VolumeRendering Slice

Releases

No releases published

Packages

No packages published

Languages