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

Console style information. More...

Public Attributes

int fontFace = cv::FONT_HERSHEY_SIMPLEX
 Font type.
 
float fontScale = .5
 Font size.
 
cv::Scalar fontColorOK = cv::Scalar(0, 255, 0)
 Color of OK message (Green)
 
cv::Scalar fontColorError = cv::Scalar(0, 0, 255)
 Color of ERROR message (Red)
 
cv::Scalar fontColorWarning = cv::Scalar(0, 255, 255)
 Color of Warning/unknow message (Yellow)
 

Detailed Description

Console style information.