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

Use signal blocked context manager #71

Closed jni closed 1 year ago

jni commented 1 year ago

The blocked() method on a psygnal event returns a context manager, which is the most appropriate thing to use in this case.