jni / affinder

Quickly find the affine matrix mapping one image to another using manual correspondence points annotation
https://jni.github.io/affinder/
BSD 3-Clause "New" or "Revised" License
18 stars 13 forks source link

Fix metadata of new layer after applying transform #87

Closed andreasmarnold closed 1 year ago

andreasmarnold commented 1 year ago

The new layer was still being displayed with the moving layer's affine. Corrected this to the reference layer's affine to fix the display problem.

I had some confusions getting my original apply_transform branch up to date. In the end I created a new branch for this ...

codecov-commenter commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1a60b60) 90.66% compared to head (ccc8941) 90.66%. Report is 1 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #87 +/- ## ======================================= Coverage 90.66% 90.66% ======================================= Files 7 7 Lines 257 257 ======================================= Hits 233 233 Misses 24 24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.