필터 지우기
필터 지우기

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by