|
static void | debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const impl::CallMetaData &data, const char *description=nullptr, const char *view=nullptr, bool useTrainDescriptor=true) |
| Add a filled in DMatch <dmatch> to debug GUI. More...
|
|
static void | debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const impl::CallMetaData &data, const std::string &description, const std::string &view, bool useTrainDescriptor=true) |
|
static void | debugFilter (cv::InputArray original, cv::InputArray result, impl::CallMetaData metaData=impl::CallMetaData(), const char *description=nullptr, const char *view=nullptr) |
| Use the debug-framework to compare two images (from which the second is intended to be the result of a filter applied to the first). More...
|
|
static void | debugFilter (cv::InputArray original, cv::InputArray result, impl::CallMetaData metaData, const ::std::string &description, const ::std::string &view="") |
|
static bool | debugMode () |
| Returns whether debug-mode is active for this TU and thread. More...
|
|
void | finalShow () |
| Passes the control to the debug-window for a last time. More...
|
|
static void | setDebugFlag (bool active) |
| Enable or disable cvv for current translation unit and thread. More...
|
|
static void | showImage (cv::InputArray img, impl::CallMetaData metaData=impl::CallMetaData(), const char *description=nullptr, const char *view=nullptr) |
| Add a single image to debug GUI (similar to imshow <>). More...
|
|
static void | showImage (cv::InputArray img, impl::CallMetaData metaData, const ::std::string &description, const ::std::string &view="") |
|