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

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

댓글 수: 1

Walter Roberson
Walter Roberson 2016년 4월 4일
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에 대해 자세히 알아보기

질문:

2016년 4월 4일

답변:

2016년 4월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by