aboutsummaryrefslogtreecommitdiff
path: root/src/pix_opencv_clahe.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_clahe.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_clahe.h')
-rw-r--r--src/pix_opencv_clahe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pix_opencv_clahe.h b/src/pix_opencv_clahe.h
index 6d03a53..91d54d3 100644
--- a/src/pix_opencv_clahe.h
+++ b/src/pix_opencv_clahe.h
@@ -78,7 +78,7 @@ class GEM_EXPORT pix_opencv_clahe : public GemPixObj
bool m_gpuMode;
float m_clipLimit;
- Size m_tileGridSize;
+ cv::Size m_tileGridSize;
bool m_rendering;
};
#endif // for header file