- Intensity based registration works by minimizing the error in intensities. Imaging you are looking at two waves in an ocean. If these waves were perfectly superimposed, upon their subtraction, their result would be zero. If they are misaligned, their will be some residual upon subtraction. The algorithm will essentially move the image until it superimposes the two images as best as possible.
- I've never used a featured based method, but if i had to guess, it would use Haar like features on both images and match these Haar like features as best as possible. https://en.wikipedia.org/wiki/Haar-like_feature
- https://www.mathworks.com/help/images/ref/imregister.html#btcaexy-3. This intensity based registration has a name-value pair which will display the optimization information. This should help you gain some intuition of your mathematical optimization. If you want a human visible idea of your succes or not, just use the
Intensity based image registration
2 次查看(过去 30 天)
显示 更早的评论
Hello,
I have three questions about intensity-based registration:
- how does intensity-based registration work? (detailed explanation /sources to read)
- what is the difference with the methods based on feature detection?
- are there metrics to be calculated to evaluate the quality of registration?
Thank you in advance.
0 个评论
回答(1 个)
Ryan Comeau
2020-5-5
Hello,
I am going to provide some commentary, but not mathematics necessarily.
imshowpair(fixed, movingRegistered,'Scaling','joint')
Hope this helps
RC
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!