Open Cestovatels opened 1 year ago
I'm really sorry to say - that I don't know that function at all - it's from the code that became : https://github.com/cgohlke/transformations/blob/master/transformations/transformations.py#L936 - try there for support?
I have examined this part of the code in detail, but there may be something I missed. In this image, the bottom left part is STL and the skull is DICOM. If I align the two, everything will be solved. Thanks for your help.
Sorry - just to clarify - I can't help - as I don't know the code. Try the repository I linked to above.
Hello. I have been working on STL and DICOM images for a while. I select points on STL and DICOM with the 3Dslicer program. Then I create a set of v0 and v1 points for myself. Thanks to these points, I am trying to move the STL on DICOM using the function you wrote. I apply the affine_matrix_from_points function to the STL I have, but it does not create an STL where I want. Am I doing something wrong or do I need to change the method?