-
-
Notifications
You must be signed in to change notification settings - Fork 731
Similarity3DTransform API #4149
Copy link
Copy link
Open
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances
Metadata
Metadata
Assignees
Labels
type:BugInconsistencies or issues which will cause an incorrect result under some or all circumstancesInconsistencies or issues which will cause an incorrect result under some or all circumstances
Type
Fields
Give feedbackNo fields configured for issues without a type.
We have noticed that the similarity3DTransform API returns a reflection along with the scale factor (negative scale factor). Both GetMatrix() as well as the GetFixedParameters() API return the reflection. We are just using the standard ITK code
The reflection is unexpected since the doc seems to indicate that the transformation model has translation, rotation and scaling but no reflection. Can you tell us if this is a bug?
https://itk.org/Doxygen/html/classitk_1_1Similarity3DTransform.html