hough transform distance
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Walter Roberson
le 31 Mar 2011
Goedelization would be one way. Radix or mixed-radix representation would be another.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!