I need to match following images

2 visualizzazioni (ultimi 30 giorni)
kavya p
kavya p il 27 Gen 2015
Commentato: Shoaibur Rahman il 30 Gen 2015
The following images are edge detected image I need to find precentage of matching
<</m
>>

Risposta accettata

Shoaibur Rahman
Shoaibur Rahman il 27 Gen 2015
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 Commenti
kavya p
kavya p il 29 Gen 2015
This suggestion may correct since I working with matlab10 software it showing error regarding the function u suggested

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by