hough transform distance
1 次查看(过去 30 天)
显示 更早的评论
i have finished making my cbir system but the result i get is not what is supposed to come out.
the query image i use to search for in the database the exact same image is not a part of the first 8 results .
i saw that once i stepped through my code. and saw that the distance i calculated for the query image was like 1787 or something and the distance calculated for the same image stored in the database came to be 2350 to about 3000 why is this the query image is original colour image as for the image stored in the database is a cropped image which i previously processed of doing edge detection and then saving that image to database. the way i calculated the distance was that i calculate hough transform of an image and square each entry in the resulting matrix and that is squared rooted and that is the distance.
i want to find a way to calculate the distance of an imagethat makes it unique so that it increases the chance of every different combination of a feature in an image is different.
Thanks
0 个评论
回答(1 个)
Walter Roberson
2011-3-31
Goedelization would be one way. Radix or mixed-radix representation would be another.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!