$search

P::SDraw Class Reference

#include <SDraw.hh>

List of all members.

Static Public Member Functions

static void DrawArc (IplImage *img, double x, double y, double r, double start_angle, double angular_span, CvScalar c=CV_RGB(255, 0, 0), int thickness=1)
static void DrawCircle (IplImage *img, double x, double y, double r, CvScalar c=CV_RGB(255, 255, 255), int thickness=1)
static void DrawCross (IplImage *img, double x, double y, CvScalar c=CV_RGB(0, 0, 255), int thickness=1)
static void DrawEllipse (IplImage *img, double x, double y, double a, double b, double angle, CvScalar c=CV_RGB(255, 255, 255), int thickness=1)
static void DrawFillPoly (IplImage *img, P::Array< Vector2 > &vs, CvScalar c=CV_RGB(0, 0, 255))
static void DrawLine (IplImage *img, double x1, double y1, double x2, double y2, CvScalar c=CV_RGB(255, 255, 255), int thickness=1)
static void DrawPoly (IplImage *img, P::Array< Vector2 > &vs, CvScalar c=CV_RGB(0, 0, 255), int thickness=1)
static void DrawRectangle (IplImage *img, double x1, double y1, double x2, double y2, CvScalar c=CV_RGB(0, 0, 255), int thickness=1)
static void DrawSIFT (IplImage *img, double x, double y, double l, double o, CvScalar c=CV_RGB(0, 0, 255), int thickness=1)
static void DrawTriangle (IplImage *img, double x1, double y1, double x2, double y2, double x3, double y3, CvScalar c=CV_RGB(0, 0, 255), int thickness=1)
static void WriteText (IplImage *img, const char *text, double x, double y, CvScalar c)

Detailed Description

Definition at line 20 of file SDraw.hh.


Member Function Documentation

void P::SDraw::DrawArc ( IplImage *  img,
double  x,
double  y,
double  r,
double  start_angle,
double  angular_span,
CvScalar  c = CV_RGB(255,0,0),
int  thickness = 1 
) [static]

Definition at line 125 of file SDraw.cc.

void P::SDraw::DrawCircle ( IplImage *  img,
double  x,
double  y,
double  r,
CvScalar  c = CV_RGB(255,255,255),
int  thickness = 1 
) [static]

Definition at line 112 of file SDraw.cc.

void P::SDraw::DrawCross ( IplImage *  img,
double  x,
double  y,
CvScalar  c = CV_RGB(0,0,255),
int  thickness = 1 
) [static]

Definition at line 27 of file SDraw.cc.

void P::SDraw::DrawEllipse ( IplImage *  img,
double  x,
double  y,
double  a,
double  b,
double  angle,
CvScalar  c = CV_RGB(255,255,255),
int  thickness = 1 
) [static]

Definition at line 118 of file SDraw.cc.

void P::SDraw::DrawFillPoly ( IplImage *  img,
P::Array< Vector2 > &  vs,
CvScalar  c = CV_RGB(0,0,255) 
) [static]

Definition at line 62 of file SDraw.cc.

void P::SDraw::DrawLine ( IplImage *  img,
double  x1,
double  y1,
double  x2,
double  y2,
CvScalar  c = CV_RGB(255,255,255),
int  thickness = 1 
) [static]

Definition at line 13 of file SDraw.cc.

void P::SDraw::DrawPoly ( IplImage *  img,
P::Array< Vector2 > &  vs,
CvScalar  c = CV_RGB(0,0,255),
int  thickness = 1 
) [static]

Definition at line 53 of file SDraw.cc.

void P::SDraw::DrawRectangle ( IplImage *  img,
double  x1,
double  y1,
double  x2,
double  y2,
CvScalar  c = CV_RGB(0,0,255),
int  thickness = 1 
) [static]

Definition at line 41 of file SDraw.cc.

void P::SDraw::DrawSIFT ( IplImage *  img,
double  x,
double  y,
double  l,
double  o,
CvScalar  c = CV_RGB(0,0,255),
int  thickness = 1 
) [static]

Definition at line 81 of file SDraw.cc.

void P::SDraw::DrawTriangle ( IplImage *  img,
double  x1,
double  y1,
double  x2,
double  y2,
double  x3,
double  y3,
CvScalar  c = CV_RGB(0,0,255),
int  thickness = 1 
) [static]

Definition at line 34 of file SDraw.cc.

void P::SDraw::WriteText ( IplImage *  img,
const char *  text,
double  x,
double  y,
CvScalar  c 
) [static]

Definition at line 133 of file SDraw.cc.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


blort
Author(s): Michael Zillich, Thomas Mörwald, Johann Prankl, Andreas Richtsfeld, Bence Magyar (ROS version)
autogenerated on Fri Mar 1 16:57:58 2013