#include <opencv2/core/core.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <pano_core/pano_interfaces.h>
#include <typeinfo>
Go to the source code of this file.
Classes | |
class | pano::Features |
Namespaces | |
namespace | pano |
Functions | |
void | pano::drawMatchesRelative (const Features &train, const Features &query, const std::vector< cv::DMatch > &matches, cv::Mat &img, const std::vector< unsigned char > &mask=std::vector< unsigned char >()) |