2枚の画像それぞれの​エッジを検出して最大​相関をとる位置までシ​フトする

2つの画像行列のエッジをそれぞれ検出し,エッジの相関が最大となるような位置まで片方の画像行列をシフトしたいです. エッジ検出まではできるのですが,エッジの相関が最大となるような場所を見つける方法がわかりません. 参考となるようなコードを教えてください.

1 个评论

Approximate translation:
To shift to a position having the maximum correlation by detecting the two images each edge
The edges of the two image matrix respectively detected, we want to shift the one of the image matrices correlation edge to a position such that maximum. Until the edge detection we can do, but the correlation of the edge does not know how to find a location, such as a maximum. Please tell me the code, such as a reference.

请先登录,再进行评论。

 采纳的回答

Image Analyst
Image Analyst 2016-4-6

0 个投票

Try imregister(). Use the original image, not an edge detection image.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by