2枚の画像それぞれのエッジを検出して最大相関をとる位置までシフトする
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Math Damon
le 4 Avr 2016
Réponse apportée : Image Analyst
le 6 Avr 2016
2つの画像行列のエッジをそれぞれ検出し,エッジの相関が最大となるような位置まで片方の画像行列をシフトしたいです. エッジ検出まではできるのですが,エッジの相関が最大となるような場所を見つける方法がわかりません. 参考となるようなコードを教えてください.
1 commentaire
Walter Roberson
le 4 Avr 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.
Réponse acceptée
Image Analyst
le 6 Avr 2016
Try imregister(). Use the original image, not an edge detection image.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!