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

1 view (last 30 days)
Math Damon
Math Damon on 4 Apr 2016
Answered: Image Analyst on 6 Apr 2016
2つの画像行列のエッジをそれぞれ検出し,エッジの相関が最大となるような位置まで片方の画像行列をシフトしたいです. エッジ検出まではできるのですが,エッジの相関が最大となるような場所を見つける方法がわかりません. 参考となるようなコードを教えてください.
  1 Comment
Walter Roberson
Walter Roberson on 4 Apr 2016
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.

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 6 Apr 2016
Try imregister(). Use the original image, not an edge detection image.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!