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

Add documentation for applying a transform after finding it #81

Open jamesyan-git opened 11 months ago

jamesyan-git commented 11 months ago

Widget and documentation for correctly handling matrices based on transformation method. Addresses https://github.com/jni/affinder/issues/61

codecov-commenter commented 11 months ago

Codecov Report

Merging #81 (860fb02) into main (af68ac6) will increase coverage by 3.46%. Report is 4 commits behind head on main. The diff coverage is n/a.

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

@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   85.96%   89.42%   +3.46%     
==========================================
  Files           4        6       +2     
  Lines         171      227      +56     
==========================================
+ Hits          147      203      +56     
  Misses         24       24              

see 4 files with indirect coverage changes

jamesyan-git commented 11 months ago

Hi @jni, documentation has been updated to be more narrative. Also I'm not super clear on WHY some transformation methods go from reference to moving, so any additional explanation here would be appreciated.