aboutsummaryrefslogtreecommitdiff
path: root/src/pix_opencv_contours.h
diff options
context:
space:
mode:
authorAntoine Villeret <avilleret@users.sourceforge.net>2014-07-13 13:58:17 +0000
committerAntoine Villeret <avilleret@users.sourceforge.net>2014-07-13 13:58:17 +0000
commitf8fceccb7fecde32923dbe46693e99ee09b89525 (patch)
tree99a39159bac6897b3c1f39b46b6b4109da2f266e /src/pix_opencv_contours.h
parentc22214a573a75feddb2c38857d155c5b54b77b19 (diff)
fix build on MacOSX
improve help patch (contours) svn path=/trunk/externals/pix_opencv/; revision=17329
Diffstat (limited to 'src/pix_opencv_contours.h')
-rw-r--r--src/pix_opencv_contours.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pix_opencv_contours.h b/src/pix_opencv_contours.h
index 01810e3..fd30e6b 100644
--- a/src/pix_opencv_contours.h
+++ b/src/pix_opencv_contours.h
@@ -76,7 +76,6 @@ private:
std::vector<std::vector<int> > m_convexhulls;
std::vector<int> m_area;
- unsigned int m_repeat_point;
double m_epsilon;