Webcam Tracker  V1.0
Using openCV and an Arduino Uno
Public Attributes | List of all members
Button::STYLE

Button style information. More...

Public Attributes

int fontFace = cv::FONT_HERSHEY_SIMPLEX
 Font type

 
float fontScale = 1
 Font size.
 
cv::Scalar fontColor = cv::Scalar(205, 205, 205)
 Font color (white)
 
cv::Scalar lineColor = cv::Scalar(113, 101, 99)
 Line color (black)
 
cv::Scalar lineColorClicked = cv::Scalar(0, 255, 0)
 Line color when clicked (green)
 
cv::Scalar fillColor = cv::Scalar(87, 73, 71)
 Fill color (grey)
 
int lineThickness = 1
 Line thickness in pixels.
 
int cornerRadius = 3
 Radius of the corner in pixels.
 

Detailed Description

Button style information.