KitwareMedical / ITKPOCUS

An open source library for streaming and preprocessing point-of-care ultrasound video.
Other
19 stars 5 forks source link

Confirm the compatibility between C++ OpenIGTLink and pyigtl #36

Open brad-t-moore opened 2 years ago

brad-t-moore commented 2 years ago

A write-up confirming the relationship between the 4x4 matrix used in pyigtl and OpenIGTLink and ITK image metadata. In seems that pygitl doesn't encode the spacing and direction directly (inferring it from the 4x4 matrix) but then parts of the OpenIGTLink standard suggest these are separate fields. Recommend examining the OpenIGTLink C++ implementation and the pygitl implementation to confirm.