Berkeley SfM
Namespaces | Functions
drawing_utils.h File Reference
#include "image.h"
#include "../matching/feature_match.h"

Go to the source code of this file.

Namespaces

 bsfm
 
 bsfm::drawing
 

Functions

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)