From: Peter Ma on 5 Apr 2010 18:23 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 5 Apr 2010 19:02 "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
|
Pages: 1 Prev: How to trigget two channels for analog input simulteneously? Next: Plotting 2D line |