2枚の画像それぞれのエッジを検出して最大相関をとる位置までシフトする
1 view (last 30 days)
Show older comments
2つの画像行列のエッジをそれぞれ検出し,エッジの相関が最大となるような位置まで片方の画像行列をシフトしたいです. エッジ検出まではできるのですが,エッジの相関が最大となるような場所を見つける方法がわかりません. 参考となるようなコードを教えてください.
1 Comment
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.
Accepted Answer
Image Analyst
on 6 Apr 2016
Try imregister(). Use the original image, not an edge detection image.
0 Comments
More Answers (0)
See Also
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!