-
I don't understand how do I register a pair of images without any landmarks? Do I have to define landmark to register? How do I do that (not manually)? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
you can use any of these SOTA methods listed in this benchmark - https://github.com/Borda/BIRL/tree/master/bm_experiments
You are minimising a similarity measure based on image intensity
You can determine your own landmarks e.g. with SIFT |
Beta Was this translation helpful? Give feedback.
-
Thanks but can you clarify which of these doesn't require my input of landmarks and scales well to whole slide pathology images with scaling and non linear warping? |
Beta Was this translation helpful? Give feedback.
-
all of them requires only images as input, that is the whole point of image registration, because if you have already landmarks/key points you know the transformation and there is nothing to do |
Beta Was this translation helpful? Give feedback.
you can use any of these SOTA methods listed in this benchmark - https://github.com/Borda/BIRL/tree/master/bm_experiments
For an image registration survey, you may read http://library.utia.cas.cz/prace/20030125.pdf
You are minimising a similarity measure based on image intensity
You can determine your own landmarks e.g. with SIFT