Re: Oriented Hough Transform



Bob,

The paper I am trying to follow is using the oriented Hough transform
and given the complexity and processing time of the rest of the
algorithm of finding the 'true' edges/lines that contain 'shutter
edges', I think it will be beneficial to have as fewer lines as I can
have. But simply increasing the threshold to limit the number of lines
obtained from HT will not help since I might end up losing lines that
are part of the actual shutter border.

So if I take into account the orientation of the edges, I might be able
to retain more 'true shutter edges/lines' that probably contain more
edge-points having same edge direction; rather than those lines that
are retained simply due to more edge-points (that have very different
orientations and hence dont belong to the same edge) along the length
of that line.

I dont know if my reasoning is making enough sense, but thanks for all
your help and suggestions. I am doing some experimental coding to check
out the results of the algorithm and hence am using matlab, but my
final code needs to be in c++ so I cant rely too much on matlab inbuilt
functions. But I think that book is a good reference and I will look it
up nonetheless. Thanks a lot.

And if the edge-orientation accuracy can not be improved I probably
will go for the simple HT in the end.

Mittal

.



Relevant Pages

  • how will you solve these questions ?
    ... Consider an undirected and connected graph G =with at least two ... orientation of G is an assignment of directions to the ... balanced orientation of G. ... The algorithm is as follows: ...
    (comp.lang.prolog)
  • How will you answer these questions?
    ... Consider an undirected and connected graph G =with at least two ... orientation of G is an assignment of directions to the ... The algorithm is as follows: ... a special case when proving that the output is a balanced orientation. ...
    (sci.math)
  • Re: mid-line algorithm please
    ...  I am looking for an algorithm to calculate and detect the mid-line or center of two edge detection lines, ... this algorithm will as an input to my vehicla robot to control the orientation of the robot ... A more complicated option ...
    (comp.soft-sys.matlab)