Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference visualization #20

Open
jwindhager opened this issue Feb 10, 2021 · 1 comment
Open

Difference visualization #20

jwindhager opened this issue Feb 10, 2021 · 1 comment

Comments

@jwindhager
Copy link

Either

  • by showing the two layers (layer groups) next to each other, with control points connected by lines (as suggested by Volker), similar to the elephant example in https://ch.mathworks.com/discovery/image-registration.html, or
  • by showing the difference between two images diff_img = np.abs(img1 - img2) (this only works for images from the same modality/contrast range, though)
@jni
Copy link
Owner

jni commented Feb 15, 2021

Another idea is to compute the optical flow between the two images and plot a vector/displacement field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants