フィルターのクリア

how to perform template matching in matlab??

29 ビュー (過去 30 日間)
AFFY
AFFY 2015 年 3 月 19 日
コメント済み: Ahmad Gad 2022 年 9 月 9 日
How to get the correct match for the template in the image? I have attached a template here and i need to find its match in images which are similar to the one from which i cropped the template.
<<
<<
>>
>>
  2 件のコメント
SAQIB SHEIKH
SAQIB SHEIKH 2019 年 9 月 2 日
Fisrt You make the Imagefile for your fonts in this file every font image must be in 1 bit depth. Seond Create your Font Template..
Third Apply Template Matching for ur testing data and get your Result.
For More Information Visit
Image Analyst
Image Analyst 2019 年 9 月 2 日
Can you move this down to the Answer section, instead of up here which is used to ask posters for clarification? Thanks in advance.

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

採用された回答

Image Analyst
Image Analyst 2015 年 3 月 19 日
You can use normalized cross correlation. See attached demo.
Or use the Computer Vision System Toolbox. See the Feature-Based Object Detection section on this page: http://www.mathworks.com/products/computer-vision/features.html#feature-detection%2C-extraction%2C-and-matching
  7 件のコメント
Image Analyst
Image Analyst 2022 年 9 月 9 日
@Ahmad Gad, see https://www.mathworks.com/products/computer-vision.html#feature-detection if your template may be rotated or scaled in the actual scene.
Ahmad Gad
Ahmad Gad 2022 年 9 月 9 日
Thanks a lot for the reply. I will definitely look into this.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by