How to do template Matching between two images?

2 ビュー (過去 30 日間)
Asif Hasan
Asif Hasan 2014 年 9 月 13 日
コメント済み: Image Analyst 2014 年 9 月 13 日
Hi,
I have two images one is a binary image and other is a rgb image. I want to apply template matching method between these images (first 1 will be a template image & 2nd is the original image) for matching. What should i do? Please describe about template of an image. Thanks in advance.
Regards Asif

回答 (1 件)

Image Analyst
Image Analyst 2014 年 9 月 13 日
編集済み: Image Analyst 2014 年 9 月 13 日
That's almost exactly what my demo of normalized cross correlation does. Turn your binary image into an RGB image
templateImage = cat(3, binaryImage, binaryImage, binaryImage);
Then run the m-file attached below the image.
  6 件のコメント
Asif Hasan
Asif Hasan 2014 年 9 月 13 日
I already did but they are using template matching between two images but i don't understand how do i create a template from my binary image?
Image Analyst
Image Analyst 2014 年 9 月 13 日
I don't know, other than what I've already told you. Why don't you email the authors for further clarification?

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by