How can I Align two images by using specifc coordinates of an object automatically?
3 ビュー (過去 30 日間)
古いコメントを表示
I have a reference image, and a scanned image(for example). The scanned image does not have the same position as the reference image, how can I align them by using the black box on the left side of the reference image? I have the coordinates of the black boxes on the reference image, while the scanned image is unknown. I want it to align automatically after scanning the image. Thank you
0 件のコメント
採用された回答
Image Analyst
2016 年 1 月 26 日
You can use imregister().
8 件のコメント
Image Analyst
2016 年 1 月 27 日
Of course, imrotate() works regardless if any boxes are shaded or not. Not sure what you're referring to when you say that.
If the presence of user-drawn stuff on the form confuses the imregister, then locate the registration set of bars on the left and make everything else white. Then call imregtform() to figure out the transformation, and then apply it to the original picture.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!