I need to match following images

1 回表示 (過去 30 日間)
kavya p
kavya p 2015 年 1 月 27 日
コメント済み: Shoaibur Rahman 2015 年 1 月 30 日
The following images are edge detected image I need to find precentage of matching
<</m
>>

採用された回答

Shoaibur Rahman
Shoaibur Rahman 2015 年 1 月 27 日
There are many sophisticated methods to do so. However, you can try with:
out = ssim(TestImage,refImage)
This computes the structural similarity index value for TestImage using refImage as the reference image.
out = 0, no matching out = 1, perfect matching So, you can convert the out value into percentage to find precentage of matching.
  2 件のコメント
kavya p
kavya p 2015 年 1 月 29 日
This suggestion may correct since I working with matlab10 software it showing error regarding the function u suggested
Shoaibur Rahman
Shoaibur Rahman 2015 年 1 月 30 日

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by