#include <iostream>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <string>
#include <cstdio>
#include <limits>
#include <cmath>
#include <opencv2/opencv.hpp>
#include <vector>
#include <yarp/dev/Drivers.h>
#include <yarp/os/Network.h>
#include <yarp/os/Bottle.h>
#include <yarp/os/BufferedPort.h>
#include <yarp/os/Time.h>
#include <yarp/os/Log.h>
#include <yarp/os/ResourceFinder.h>
#include <yarp/os/LogStream.h>
#include <yarp/sig/Image.h>
#include <yarp/sig/LayeredImage.h>
Go to the source code of this file.
|
const cv::Scalar | color_bwhite (200, 200, 255) |
|
const cv::Scalar | color_white (255, 255, 255) |
|
const cv::Scalar | color_red (0, 0, 255) |
|
const cv::Scalar | color_yellow (0, 255, 255) |
|
const cv::Scalar | color_black (0, 0, 0) |
|
const cv::Scalar | color_gray (100, 100, 100) |
|
void | drawImageExtraStuff (cv::Mat &img) |
|
void | display_help () |
|
int | main (int argc, char *argv[]) |
|
◆ _USE_MATH_DEFINES
◆ color_black()
const cv::Scalar color_black |
( |
0 |
, |
|
|
0 |
, |
|
|
0 |
|
|
) |
| |
◆ color_bwhite()
const cv::Scalar color_bwhite |
( |
200 |
, |
|
|
200 |
, |
|
|
255 |
|
|
) |
| |
◆ color_gray()
const cv::Scalar color_gray |
( |
100 |
, |
|
|
100 |
, |
|
|
100 |
|
|
) |
| |
◆ color_red()
const cv::Scalar color_red |
( |
0 |
, |
|
|
0 |
, |
|
|
255 |
|
|
) |
| |
◆ color_white()
const cv::Scalar color_white |
( |
255 |
, |
|
|
255 |
, |
|
|
255 |
|
|
) |
| |
◆ color_yellow()
const cv::Scalar color_yellow |
( |
0 |
, |
|
|
255 |
, |
|
|
255 |
|
|
) |
| |
◆ display_help()
◆ drawImageExtraStuff()
void drawImageExtraStuff |
( |
cv::Mat & |
img | ) |
|
◆ main()
◆ stats