OpenCV
3.0.0-rc1
Open Source Computer Vision
|
Classes | |
class | cv::detail::DisjointSets |
class | cv::detail::Graph |
struct | cv::detail::GraphEdge |
Namespaces | |
cv | |
cv::detail | |
Macros | |
#define | ENABLE_LOG 0 |
#define | LOG(msg) LOG_(1, msg) |
#define | LOG_(_level, _msg) |
#define | LOG_CHAT(msg) LOG_(0, msg) |
#define | LOG_STITCHING_MSG(msg) |
#define | LOGLN(msg) LOG(msg << std::endl) |
#define | LOGLN_CHAT(msg) LOG_CHAT(msg << std::endl) |
Functions | |
bool | cv::detail::overlapRoi (Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi) |
Rect | cv::detail::resultRoi (const std::vector< Point > &corners, const std::vector< UMat > &images) |
Rect | cv::detail::resultRoi (const std::vector< Point > &corners, const std::vector< Size > &sizes) |
Rect | cv::detail::resultRoiIntersection (const std::vector< Point > &corners, const std::vector< Size > &sizes) |
Point | cv::detail::resultTl (const std::vector< Point > &corners) |
void | cv::detail::selectRandomSubset (int count, int size, std::vector< int > &subset) |
int & | cv::detail::stitchingLogLevel () |
#define ENABLE_LOG 0 |
#define LOG | ( | msg | ) | LOG_(1, msg) |
#define LOG_ | ( | _level, | |
_msg | |||
) |
#define LOG_CHAT | ( | msg | ) | LOG_(0, msg) |
#define LOG_STITCHING_MSG | ( | msg | ) |
#define LOGLN | ( | msg | ) | LOG(msg << std::endl) |
#define LOGLN_CHAT | ( | msg | ) | LOG_CHAT(msg << std::endl) |