|
|
#include <RobotAPI/libraries/armem_gui/instance/DataView.h>
Inheritance diagram for DataView::ImageView: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 104 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.
Here is the call graph for this function:
Here is the caller graph for this function:| simox::ColorMap cmap |
Color map to visualize depth images.
Definition at line 123 of file DataView.h.
| aron::Path elementPath |
Definition at line 112 of file DataView.h.
| std::deque<Limits> limitsHistory |
History over first n extremal depth values used to calibrate the colormap.
Definition at line 125 of file DataView.h.
| const size_t limitsHistoryMaxSize |
In this context, n.
Definition at line 127 of file DataView.h.
| WidgetsWithToolbar* toolbar |
Definition at line 114 of file DataView.h.
| instance::ImageView* view |
Definition at line 111 of file DataView.h.