aboutsummaryrefslogtreecommitdiff
path: root/pdp_opencv_hough_lines.cc
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-08-24 18:18:11 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-08-24 18:18:11 +0000
commite09c51a80799e47a2ff3f187db8376a3f4fc5f8a (patch)
tree9cdd6119d08d49b3328eed0a3176941dcbb12a73 /pdp_opencv_hough_lines.cc
parent5f69e22234261b49bbf29a379db2da9d3322f067 (diff)
hough detectors, lines and circles
svn path=/trunk/externals/pdp_opencv/; revision=12058
Diffstat (limited to 'pdp_opencv_hough_lines.cc')
-rw-r--r--pdp_opencv_hough_lines.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/pdp_opencv_hough_lines.cc b/pdp_opencv_hough_lines.cc
index 224531e..4d076d0 100644
--- a/pdp_opencv_hough_lines.cc
+++ b/pdp_opencv_hough_lines.cc
@@ -350,7 +350,6 @@ void *pdp_opencv_hough_lines_new(t_floatarg f)
int i;
t_pdp_opencv_hough_lines *x = (t_pdp_opencv_hough_lines *)pd_new(pdp_opencv_hough_lines_class);
- inlet_new(&x->x_obj, &x->x_obj.ob_pd, &s_float, gensym("win_size"));
x->x_outlet0 = outlet_new(&x->x_obj, &s_anything);
x->x_outlet1 = outlet_new(&x->x_obj, &s_anything);