Go to the source code of this file.
Classes | |
class | cv::detail::DisjointSets |
struct | cv::detail::GraphEdge |
class | cv::detail::Graph |
Namespaces | |
cv | |
Namespace where all the C++ OpenCV functionality resides. | |
cv::detail | |
Functions | |
CV_EXPORTS bool | cv::detail::overlapRoi (Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi) |
CV_EXPORTS Rect | cv::detail::resultRoi (const std::vector< Point > &corners, const std::vector< Mat > &images) |
CV_EXPORTS Rect | cv::detail::resultRoi (const std::vector< Point > &corners, const std::vector< Size > &sizes) |
CV_EXPORTS Point | cv::detail::resultTl (const std::vector< Point > &corners) |
CV_EXPORTS void | cv::detail::selectRandomSubset (int count, int size, std::vector< int > &subset) |
CV_EXPORTS int & | cv::detail::stitchingLogLevel () |