From: Peter Ma on
I am trying to look at more details at the Hough Transform function hough(), but its major part is a MEX function houghmex(). Is the content of the actual C/C++ implementation of houghmex() visible to us? If so, where can I see it? Thanks! Peter
From: Matthew Whitaker on
"Peter Ma" <qm(a)u.washington.edu> wrote in message <hpdns8$lv3$1(a)fred.mathworks.com>...
> I am trying to look at more details at the Hough Transform function hough(), but its major part is a MEX function houghmex(). Is the content of the actual C/C++ implementation of houghmex() visible to us? If so, where can I see it? Thanks! Peter

If you look under
toolbox\images\images\private\mexsrc\misc

you will see the .cpp source code for many of the functions