Difference between revisions of "OpenIGTLink/ProtocolV2/Type/Point"

From NAMIC Wiki
Jump to: navigation, search
Line 29: Line 29:
 
| align="left" | X,Y,Z
 
| align="left" | X,Y,Z
 
| align="left" | 32 bit float
 
| align="left" | 32 bit float
| align="left" | Coordinate of the point
+
| align="left" | Coordinate of the point in millimeter
 
|-
 
|-
 
| align="left" | Diameter
 
| align="left" | Diameter
 
| align="left" | 32 bit float
 
| align="left" | 32 bit float
| align="left" | Diameter of the point, can be 0.
+
| align="left" | Diameter of the point in millimeter. Diameter can be 0.
 
|-
 
|-
 
| align="left" | Owner image
 
| align="left" | Owner image
Line 57: Line 57:
 
| align="left" | X,Y,Z
 
| align="left" | X,Y,Z
 
| align="left" | 32 bit float
 
| align="left" | 32 bit float
| align="left" | Coordinate of the point
+
| align="left" | Coordinate of the point in millimeter.
 
|-
 
|-
 
| align="left" | Diameter
 
| align="left" | Diameter
 
| align="left" | 32 bit float
 
| align="left" | 32 bit float
| align="left" | Diameter of the point, can be 0.
+
| align="left" | Diameter of the point in millimeter. Diameter can be 0.
 
|-
 
|-
 
| align="left" | Owner image
 
| align="left" | Owner image

Revision as of 20:52, 30 November 2010

Home < OpenIGTLink < ProtocolV2 < Type < Point

<< Version 2 Draft Page

Summary

The POINT message type is designed to transfer information about fiducials, which are often used in surgical planning and navigation in the image-guided therapy.

Message Types

POINT

Data Type Description
SENSOR_1
Name char[64] Name or description of the point
Group name char[32] Can be "Labeled Point", "Landmark", "Fiducal", ...
R,G,B,A 8 bit unsigned Color in RGBA
X,Y,Z 32 bit float Coordinate of the point in millimeter
Diameter 32 bit float Diameter of the point in millimeter. Diameter can be 0.
Owner image char[20] Id of the owner image/sliceset. Points from different slicesets can be sent if slicesets are fused.
...
SENSOR_N
Name char[64] Name or description of the point
Group name char[32] Can be "Labeled Point", "Landmark", "Fiducal", ...
R,G,B,A 8 bit unsigned Color in RGBA
X,Y,Z 32 bit float Coordinate of the point in millimeter.
Diameter 32 bit float Diameter of the point in millimeter. Diameter can be 0.
Owner image char[20] Id of the owner image/sliceset. Points from different slicesets can be sent if slicesets are fused.

GET_POINT

Data Type Description


STT_POINT

N / A

STP_POINT

N / A

Implementations

IMGMETA message type is implemented in the following source code.

Contributors

Alexander Schaal

Comments