add credit to David

This commit is contained in:
John Cupitt 2014-04-04 10:39:08 +01:00
parent 76f1217fab
commit ca30eac21a
1 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,11 @@
*/
/* Derived in part from David Young's Matlab circle detector:
*
* http://www.mathworks.com/matlabcentral/fileexchange/26978-hough-transform-for-circles
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif /*HAVE_CONFIG_H*/