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
What we currently implemented in this repo is not the full affine transform (2 degrees of freedom -> allows warping and reflection), but the partial affine transform (only scaling, translation and rotation).
I would rename all functions and objects currently used to include the keyword partial so that we can reuse the current function names for the actual full affine transform. This will however be a breaking change.
The text was updated successfully, but these errors were encountered:
What we currently implemented in this repo is not the full affine transform (2 degrees of freedom -> allows warping and reflection), but the partial affine transform (only scaling, translation and rotation).
I would rename all functions and objects currently used to include the keyword
partial
so that we can reuse the current function names for the actual full affine transform. This will however be a breaking change.The text was updated successfully, but these errors were encountered: