From 9ce792fb3afa6da2fa7b7290f2a34407173198cd Mon Sep 17 00:00:00 2001 From: Maria Dimashova Date: Mon, 2 May 2011 17:03:53 +0000 Subject: [PATCH] minor --- modules/objdetect/include/opencv2/objdetect/objdetect.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/objdetect/include/opencv2/objdetect/objdetect.hpp b/modules/objdetect/include/opencv2/objdetect/objdetect.hpp index 7db64b602b..735fd35fcf 100644 --- a/modules/objdetect/include/opencv2/objdetect/objdetect.hpp +++ b/modules/objdetect/include/opencv2/objdetect/objdetect.hpp @@ -628,7 +628,7 @@ public: double groupEps; }; - struct DOTTemplate + struct CV_EXPORTS DOTTemplate { DOTTemplate(); DOTTemplate( const cv::Mat& quantizedImage, int classID,