From: ravi on
hello matlab users,

there seems to be a dearth of information on geometric hashing for matlab.
If any of you can share some referencse or samples for geometric hashing in matlab?

cheers
ravi
From: Walter Roberson on
ravi wrote:

> there seems to be a dearth of information on geometric hashing for matlab.
> If any of you can share some referencse or samples for geometric
> hashing in matlab?

I can think of a couple of different possible interpretations of that. Could
you expand on what you would like to do? Possibly with a reference and/or an
example?
From: ravi on
Walter ,

I am specifically talking about 3d model object recognition in images, a special branch of photogrammetric computer vision. many methods exist to make correspondence between 3d models and its related image such as hashing, intepretation tree search,pose clustering , brute force RANSAC search.

the little code on this fascinating topic is in C++.

So I was as just putting it out there to see if any one knows something about this stuff I don't.

ravi