Commit 79cc05d0 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix

parent 676f1923
...@@ -140,15 +140,15 @@ private: ...@@ -140,15 +140,15 @@ private:
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Auxiliary functions // Auxiliary functions
bool CV_EXPORTS overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi); CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi);
Rect CV_EXPORTS resultRoi(const std::vector<Point> &corners, const std::vector<Mat> &images); CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Mat> &images);
Rect CV_EXPORTS resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes); CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes);
Point CV_EXPORTS resultTl(const std::vector<Point> &corners); CV_EXPORTS Point resultTl(const std::vector<Point> &corners);
// Returns random 'count' element subset of the {0,1,...,size-1} set // Returns random 'count' element subset of the {0,1,...,size-1} set
void CV_EXPORTS selectRandomSubset(int count, int size, std::vector<int> &subset); CV_EXPORTS void selectRandomSubset(int count, int size, std::vector<int> &subset);
int& CV_EXPORTS stitchingLogLevel(); CV_EXPORTS int& stitchingLogLevel();
} // namespace detail } // namespace detail
} // namespace cv } // namespace cv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment