Hi,
I have found the way to deal with images list using list. I define imageList {'image1', 'image2', 'image3', ...., 'image10'} as a list of all images. After that I use a for loop running from 1 to the length of list, use the second for loop inside the first one, if the index in the second is different the index in the first loop, it will print out the list of file. The problem now I have is how to call the function findsim(im1,im2) in file findsim.m in this context. I use
findsim(imageList{index1},
Function findsim(im1,im2) now below:
Can anyone take a look at it and suggest me?
Main Topics
Browse All Topics





by: YANKAUSKASPosted on 2009-09-21 at 22:32:02ID: 25389752
I forgot to attach the formula.
Formula