필터 지우기
필터 지우기

comparing two images with diffusion mapping

조회 수: 2 (최근 30일)
PK
PK 2013년 2월 10일
hello my project is to compare a contour with a data set sample of same kind of shapes but to the nearest possible shape wth nearest intensity so which techniques can i use to compare the two images except size and histogram technques.

답변 (1개)

Image Analyst
Image Analyst 2013년 2월 10일
Many of the measurements that regionprops() can make can be used to compare shapes (contours). Print them out and see which are similar and which are different for the shapes you want to compare.
  댓글 수: 4
PK
PK 2013년 3월 9일
@Image Analyst sir are there some ways to compare one image with several images in a file and display the nearest matched image, i have tried with one to one matching independently it worked but did not know how to do with a set of images at a time suggest some technique or a sample code ....
Image Analyst
Image Analyst 2013년 3월 10일
편집: Image Analyst 2013년 3월 10일
How about just subtracting them? Or use other metrics like SSIM? Or use SURF? Or go all out and use some sophisticated CBIR methods? I don't know the "diffusions mapping" method.

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

Community Treasure Hunt

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

Start Hunting!

Translated by