tiatoolbox icon indicating copy to clipboard operation
tiatoolbox copied to clipboard

NEW: Feature Matching for Deep Feature Based Registration.

Open ruqayya opened this issue 2 years ago • 1 comments

Add feature matching functions for deep feature based registration.

ruqayya avatar Aug 12 '22 08:08 ruqayya

Codecov Report

Merging #440 (7b89b4f) into develop (73f9d1f) will increase coverage by 1.01%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #440      +/-   ##
===========================================
+ Coverage    98.63%   99.64%   +1.01%     
===========================================
  Files           62       62              
  Lines         5937     5952      +15     
  Branches      1056     1058       +2     
===========================================
+ Hits          5856     5931      +75     
+ Misses          69        9      -60     
  Partials        12       12              
Impacted Files Coverage Δ
tiatoolbox/tools/registration/wsi_registration.py 100.00% <100.00%> (+37.97%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 12 '22 08:08 codecov[bot]

Line 38 doesn't look right:

if len(np.unique(fixed_mask)) == 1 or len(np.unique(fixed_mask)) == 1:

Should one of these be moving mask?

John-P avatar Aug 22 '22 20:08 John-P