|
#include <RobotAPI/libraries/armem_gui/instance/DataView.h>
Classes | |
struct | Limits |
Public Member Functions | |
QImage | convertDepth32ToRGB32 (const aron::data::NDArray &aron) |
ImageView () | |
Public Attributes | |
simox::ColorMap | cmap |
Color map to visualize depth images. More... | |
aron::Path | elementPath |
std::deque< Limits > | limitsHistory |
History over first n extremal depth values used to calibrate the colormap. More... | |
const size_t | limitsHistoryMaxSize |
In this context, n. More... | |
WidgetsWithToolbar * | toolbar |
instance::ImageView * | view |
Definition at line 105 of file DataView.h.
ImageView | ( | ) |
Definition at line 695 of file DataView.cpp.
QImage convertDepth32ToRGB32 | ( | const aron::data::NDArray & | aron | ) |
Definition at line 489 of file DataView.cpp.
simox::ColorMap cmap |
Color map to visualize depth images.
Definition at line 125 of file DataView.h.
aron::Path elementPath |
Definition at line 113 of file DataView.h.
std::deque<Limits> limitsHistory |
History over first n extremal depth values used to calibrate the colormap.
Definition at line 127 of file DataView.h.
const size_t limitsHistoryMaxSize |
In this context, n.
Definition at line 129 of file DataView.h.
WidgetsWithToolbar* toolbar |
Definition at line 115 of file DataView.h.
instance::ImageView* view |
Definition at line 112 of file DataView.h.