#include <opencv2/core/core.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "drawing_utils.h"
#include "../matching/feature.h"
#include "../math/random_generator.h"
Go to the source code of this file.
|
| void | bsfm::drawing::AnnotateFeatures (const FeatureList &features, Image &image, unsigned int radius, unsigned int line_thickness) |
| |
| void | bsfm::drawing::DrawImageFeatures (const FeatureList &features, const Image &image, const std::string &window_name, unsigned int radius, unsigned int line_thickness) |
| |
| void | bsfm::drawing::DrawImageFeatureMatches (const Image &image1, const Image &image2, const FeatureMatchList &feature_matches, const std::string &window_name, unsigned int line_thickness) |
| |