#include "ModelViewerWidget.h"
#include "ReconstructionWidget.h"
#include "ui/qt_utils.h"
#include "ui/render_options.h"
#include <ecvCameraSensor.h>
#include <ecvDisplayTools.h>
#include <ecvHObjectCaster.h>
#include <ecvPointCloud.h>
#include "MainWindow.h"
#include "ecvConsole.h"
#include "ecvDBRoot.h"
Go to the source code of this file.
|
| | cloudViewer |
| | Generic file read and write utility for python interface.
|
| |
|
| const Eigen::Vector4d | kSelectedPointColor (0.0, 1.0, 0.0, 1.0) |
| |
| const Eigen::Vector4d | kSelectedImagePlaneColor (1.0, 0.0, 1.0, 0.6) |
| |
| const Eigen::Vector4d | kSelectedImageFrameColor (0.8, 0.0, 0.8, 1.0) |
| |
| const Eigen::Vector4d | kMovieGrabberImagePlaneColor (0.0, 1.0, 1.0, 0.6) |
| |
| const Eigen::Vector4d | kMovieGrabberImageFrameColor (0.0, 0.8, 0.8, 1.0) |
| |
◆ SELECTION_BUFFER_IMAGE_IDX
| #define SELECTION_BUFFER_IMAGE_IDX 0 |
◆ SELECTION_BUFFER_POINT_IDX
| #define SELECTION_BUFFER_POINT_IDX 1 |
◆ kMovieGrabberImageFrameColor()
| const Eigen::Vector4d kMovieGrabberImageFrameColor |
( |
0. |
0, |
|
|
0. |
8, |
|
|
0. |
8, |
|
|
1. |
0 |
|
) |
| |
◆ kMovieGrabberImagePlaneColor()
| const Eigen::Vector4d kMovieGrabberImagePlaneColor |
( |
0. |
0, |
|
|
1. |
0, |
|
|
1. |
0, |
|
|
0. |
6 |
|
) |
| |
◆ kSelectedImageFrameColor()
| const Eigen::Vector4d kSelectedImageFrameColor |
( |
0. |
8, |
|
|
0. |
0, |
|
|
0. |
8, |
|
|
1. |
0 |
|
) |
| |
◆ kSelectedImagePlaneColor()
| const Eigen::Vector4d kSelectedImagePlaneColor |
( |
1. |
0, |
|
|
0. |
0, |
|
|
1. |
0, |
|
|
0. |
6 |
|
) |
| |
◆ kSelectedPointColor()
| const Eigen::Vector4d kSelectedPointColor |
( |
0. |
0, |
|
|
1. |
0, |
|
|
0. |
0, |
|
|
1. |
0 |
|
) |
| |