Loading...
Searching...
No Matches
cvv::impl Namespace Reference
Classes | |
| struct | CallMetaData |
| Optional information about a location in Code. More... | |
Functions | |
| void | debugDMatch (cv::InputArray img1, std::vector< cv::KeyPoint > keypoints1, cv::InputArray img2, std::vector< cv::KeyPoint > keypoints2, std::vector< cv::DMatch > matches, const CallMetaData &data, const char *description, const char *view, bool useTrainDescriptor) |
| void | debugFilter (cv::InputArray original, cv::InputArray result, const CallMetaData &data, const char *description, const char *view) |
| void | finalShow () |
| static bool & | getDebugFlag () |
| void | showImage (cv::InputArray img, const CallMetaData &data, const char *description, const char *view) |
Function Documentation
◆ debugDMatch()
| void cvv::impl::debugDMatch | ( | cv::InputArray | img1, |
| std::vector< cv::KeyPoint > | keypoints1, | ||
| cv::InputArray | img2, | ||
| std::vector< cv::KeyPoint > | keypoints2, | ||
| std::vector< cv::DMatch > | matches, | ||
| const CallMetaData & | data, | ||
| const char * | description, | ||
| const char * | view, | ||
| bool | useTrainDescriptor | ||
| ) |
◆ debugFilter()
| void cvv::impl::debugFilter | ( | cv::InputArray | original, |
| cv::InputArray | result, | ||
| const CallMetaData & | data, | ||
| const char * | description, | ||
| const char * | view | ||
| ) |
◆ finalShow()
| void cvv::impl::finalShow | ( | ) |
◆ getDebugFlag()
|
inlinestatic |
The debug-flag-singleton
◆ showImage()
| void cvv::impl::showImage | ( | cv::InputArray | img, |
| const CallMetaData & | data, | ||
| const char * | description, | ||
| const char * | view | ||
| ) |
1.9.6