Namespaces | Functions
draw_util.h File Reference
#include <string>
#include <opencv2/core/core.hpp>
Include dependency graph for draw_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  swri_image_util

Functions

void swri_image_util::DrawMatches (cv::Mat &image_out, const cv::Mat image1, const cv::Mat image2, const cv::Mat points1, const cv::Mat points2, const cv::Scalar &color=cv::Scalar::all(-1), bool draw_image_borders=false)
void swri_image_util::DrawMatches (const std::string &title, const cv::Mat image1, const cv::Mat image2, const cv::Mat points1, const cv::Mat points2, const cv::Scalar &color=cv::Scalar::all(-1), bool draw_image_borders=false)
void swri_image_util::DrawMatches (const std::string &title, const cv::Mat image, const cv::Mat points1, const cv::Mat points2, const cv::Scalar &color1, const cv::Scalar &color2, bool draw_image_borders=false)
void swri_image_util::DrawOverlap (const std::string &title, const cv::Mat &image1, const cv::Mat &image2, const cv::Mat &transform)
void swri_image_util::JetColorMap (unsigned char &r, unsigned char &g, unsigned char &b, float value, float min, float max)
 Map a scalar value to a color gradient.
void swri_image_util::RandomColor (int32_t seed, double &r, double &g, double &b)


swri_image_util
Author(s): Kris Kozak
autogenerated on Tue Oct 3 2017 03:19:34