Loading...
Searching...
No Matches
cvv Namespace Reference
Namespaces | |
| namespace | impl |
Classes | |
| class | FinalShowCaller |
| RAII-class to call finalShow() in it's dtor. More... | |
Functions | |
| 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. | |
| 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, const ::std::string &description, const ::std::string &view="") |
| 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). | |
| static bool | debugMode () |
| Returns whether debug-mode is active for this TU and thread. | |
| void | finalShow () |
| Passes the control to the debug-window for a last time. | |
| static void | setDebugFlag (bool active) |
| Enable or disable cvv for current translation unit and thread. | |
| static void | showImage (cv::InputArray img, impl::CallMetaData metaData, const ::std::string &description, const ::std::string &view="") |
| 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 <>). | |
1.9.6