SINTEFMedtek / pyIGTLink

Python implementation of OpenIGTLink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyIGTLink Build Status Coverage Status

Python implementation of OpenIGTLink

ALso support sending data from Matlab over IGTLink

Only ImageMessages TransformMessages are implementated at the moment.

Python 2.7 and Python 3 support. Tested with CustusX and 3D Slicer.

Install

pip install pyIGTLink

Example

python pyIGTLink.py - Will send 2D image with random noise as local server

python pyIGTLink.py 1 - Will send 2D image with moving circle as local server

About

Python implementation of OpenIGTLink

License:MIT License


Languages

Language:Python 59.6%Language:MATLAB 40.4%