|
template<class T > |
void | yarp::sig::draw::addSegment (ImageOf< T > &dest, const T &pix, int x, int y, int dx, int dy) |
|
template<class T > |
void | yarp::sig::draw::addCircle (ImageOf< T > &dest, const T &pix, int i, int j, int r) |
|
template<class T > |
void | yarp::sig::draw::addCrossHair (ImageOf< T > &dest, const T &pix, int i, int j, int r) |
|
template<class T > |
void | yarp::sig::draw::addCircleOutline (ImageOf< T > &dest, const T &pix, int i, int j, int r) |
|
template<class T > |
void | yarp::sig::draw::addOvalOutline (ImageOf< T > &dest, const T &pix, int i, int j, int h2, int w2) |
|
template<class T > |
void | yarp::sig::draw::addRectangleOutline (ImageOf< T > &dest, const T &pix, int i, int j, int w, int h) |
|
template<class T > |
void | yarp::sig::draw::addRectangle (ImageOf< T > &dest, const T &pix, int i, int j, int w, int h) |
| warning : i, j is x, y center of rectangle More...
|
|
template<class T > |
int | yarp::sig::draw::applyThreshold (ImageOf< T > &src, ImageOf< T > &dest, const T &thetalo, const T &thetahi, const T &pix0, const T &pix1) |
|
template<class T > |
void | yarp::sig::draw::setImagePixels (ImageOf< T > &src, const T &pix) |
|