DUtilsCV::Drawing::Plot::Style Struct Reference

Line style for plotting. More...

#include <Drawing.h>

List of all members.

Public Member Functions

 Style ()
 Style (const cv::Scalar &_color, int _thickness=1)
 Style (int _thickness, const cv::Scalar &_color=cv::Scalar(0, 0, 0))
 Style (char c, int _thickness=1)
 Style (int _thickness, char c)

Public Attributes

cv::Scalar color
 Color.
int thickness
 Thickness.

Detailed Description

Line style for plotting.


Constructor & Destructor Documentation

DUtilsCV::Drawing::Plot::Style::Style (  )  [inline]

Style by default

DUtilsCV::Drawing::Plot::Style::Style ( const cv::Scalar &  _color,
int  _thickness = 1 
) [inline]

Style with color and thickness

Parameters:
_color 
_thickness 
DUtilsCV::Drawing::Plot::Style::Style ( int  _thickness,
const cv::Scalar &  _color = cv::Scalar(0,0,0) 
) [inline]

Style with color and thickness

Parameters:
_thickness 
_color 
Drawing::Plot::Style::Style ( char  c,
int  _thickness = 1 
)

Style with a char-coded color

Parameters:
c char-coded color: those supported by matlab (bgrcmykw)
_thickness 
Drawing::Plot::Style::Style ( int  _thickness,
char  c 
)

Style with a char-coded color

Parameters:
_thickness 
c char-coded color: those supported by matlab (bgrcmykw)

The documentation for this struct was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations
Generated on Thu Feb 7 19:22:00 2013 by  doxygen 1.6.3