TuttleOFX  1
overlay.hpp File Reference
Include dependency graph for overlay.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  tuttle
 

This file provides a set of reimplementations of CImg functions by means of the generic image library (gil). Functions for image blurring.


namespace  tuttle::plugin
namespace  tuttle::plugin::overlay

Functions

template<typename Point2 >
void tuttle::plugin::overlay::displayCross (const Point2 &p, const double marge)
template<typename Point2 >
void tuttle::plugin::overlay::displayPointRect (const Point2 &p, const Point2 &size)
template<typename Point2 >
void tuttle::plugin::overlay::displayPointRect (const Point2 &p, const double marge)
template<typename Rect >
void tuttle::plugin::overlay::displayRect (const Rect &r, const double marge=0)
template<typename Point2 >
void tuttle::plugin::overlay::displayRect (const Point2 &a, const Point2 &b, const double marge=0)
template<typename Point2 >
void tuttle::plugin::overlay::drawCurve (const std::vector< Point2 > &vec)
template<typename Point2 >
void tuttle::plugin::overlay::drawCurves (const std::vector< std::vector< Point2 > > &vec)