Message 1 of 2
occurence.transform2 doesn't work with my transform matrix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have another issue with the transform function. I have a transform matrix from 3D-slicer:
[0.51, -0.85, 0.13, -126.35], [-0.85, -0.52, -0.05, -172.36], 0.11, -0.09, -0.99, 313.17], [0.0, 0.0, 0.0, 1.0]
I am using: occurrence_to_transform.transform = transformation_matrix
But the transform function doesn't accept this type of matrix it only complies with a diagonal identity matrix and only the 4th column can be none 0.
How can I apply this transformation to my body?