Skip to content

linson7017/pymipf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

medical image web viewer with python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages