mpicbg
mpicbg copied to clipboard
SimilarityModel3D and RigidModel3D only fit rotations, not reflections
Title says it all, with more discussion here: https://github.com/catmaid/CATMAID/pull/1857
My questions:
- I'd be happy to fix and PR this here, also, but not knowing how/where this library is used, the proper rotation restriction may be preferred. Should I bother with a PR?
- If "yes" to 1: There's a lot of functionally identical but slightly syntactically varying code duplicated between
AffineModel3D
/SimilarityModel3D
/RigidModel3D
. It'd be easier for me to clean some of this up as part of a PR, but your preference may be for minimal change.