You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to apply the Similarity Transformation Algorithm with CGAL, but I found this is the closest rigid registration library for CGAL. Is there any way for me to achieve what I want using this library?
I have tried providing 4 source points and normals to match the 4 target points and normals. But, the returned transformation matrix has the translation part correct with identity in the rotation part, which is not expected. Thus, the source model was just translated to the target model without any rotation.
The text was updated successfully, but these errors were encountered:
Hi, I want to apply the Similarity Transformation Algorithm with CGAL, but I found this is the closest rigid registration library for CGAL. Is there any way for me to achieve what I want using this library?
I have tried providing 4 source points and normals to match the 4 target points and normals. But, the returned transformation matrix has the translation part correct with identity in the rotation part, which is not expected. Thus, the source model was just translated to the target model without any rotation.
The text was updated successfully, but these errors were encountered: