minor fix
authorVladislav Vinogradov <no@email>
Wed, 25 Jan 2012 07:31:56 +0000 (07:31 +0000)
committerVladislav Vinogradov <no@email>
Wed, 25 Jan 2012 07:31:56 +0000 (07:31 +0000)
modules/stitching/include/opencv2/stitching/detail/util.hpp

index a2e5a02..1887f6b 100644 (file)
@@ -140,15 +140,15 @@ private:
 //////////////////////////////////////////////////////////////////////////////\r
 // Auxiliary functions\r
 \r
-bool CV_EXPORTS overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);\r
-Rect CV_EXPORTS resultRoi(const std::vector<Point> &corners, const std::vector<Mat> &images);\r
-Rect CV_EXPORTS resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);\r
-Point CV_EXPORTS resultTl(const std::vector<Point> &corners);\r
+CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);\r
+CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Mat> &images);\r
+CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);\r
+CV_EXPORTS Point resultTl(const std::vector<Point> &corners);\r
 \r
 // Returns random 'count' element subset of the {0,1,...,size-1} set\r
-void CV_EXPORTS selectRandomSubset(int count, int size, std::vector<int> &subset);\r
+CV_EXPORTS void selectRandomSubset(int count, int size, std::vector<int> &subset);\r
 \r
-int& CV_EXPORTS stitchingLogLevel();\r
+CV_EXPORTS int& stitchingLogLevel();\r
 \r
 } // namespace detail\r
 } // namespace cv\r