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
17 stars 13 forks source link

Restore missed points affine setting in callback #94

Closed jni closed 7 months ago

jni commented 7 months ago

In #58, we forgot to also propagate the affine transformation to the moving points layer. This PR fixes that.

codecov-commenter commented 7 months ago

Codecov Report

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

Project coverage is 91.95%. Comparing base (68eb9e9) to head (a88da17).

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #94 +/- ## ========================================== + Coverage 91.93% 91.95% +0.02% ========================================== Files 8 8 Lines 372 373 +1 ========================================== + Hits 342 343 +1 Misses 30 30 ```

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