From c63152e5b2c23ed110d65544d43e15c7f00b15da Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 26 Sep 2009 15:51:30 +0000 Subject: pgh and hu gives coordinates of detected contours svn path=/trunk/externals/pix_opencv/; revision=12463 --- pix_opencv_pgh_compare.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pix_opencv_pgh_compare.h') diff --git a/pix_opencv_pgh_compare.h b/pix_opencv_pgh_compare.h index f190ac3..94e9c78 100644 --- a/pix_opencv_pgh_compare.h +++ b/pix_opencv_pgh_compare.h @@ -63,6 +63,7 @@ class GEM_EXTERN pix_opencv_pgh_compare : public GemPixDualObj int comp_ysize; t_outlet *m_dataout; + t_outlet *m_posout; int x_minsize; float x_cdistance; @@ -81,6 +82,8 @@ class GEM_EXTERN pix_opencv_pgh_compare : public GemPixDualObj CvMemStorage *x_storage; CvSeq *x_bcontourr; + t_atom rlist[5]; + }; #endif // for header file -- cgit v1.2.1