DataView::ImageView Class Reference

#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< LimitslimitsHistory
 History over first n extremal depth values used to calibrate the colormap. More...
 
const size_t limitsHistoryMaxSize
 In this context, n. More...
 
WidgetsWithToolbartoolbar
 
instance::ImageViewview
 

Detailed Description

Definition at line 105 of file DataView.h.

Constructor & Destructor Documentation

◆ ImageView()

ImageView ( )

Definition at line 695 of file DataView.cpp.

Member Function Documentation

◆ convertDepth32ToRGB32()

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:

Member Data Documentation

◆ cmap

simox::ColorMap cmap

Color map to visualize depth images.

Definition at line 125 of file DataView.h.

◆ elementPath

aron::Path elementPath

Definition at line 113 of file DataView.h.

◆ limitsHistory

std::deque<Limits> limitsHistory

History over first n extremal depth values used to calibrate the colormap.

Definition at line 127 of file DataView.h.

◆ limitsHistoryMaxSize

const size_t limitsHistoryMaxSize

In this context, n.

Definition at line 129 of file DataView.h.

◆ toolbar

Definition at line 115 of file DataView.h.

◆ view

Definition at line 112 of file DataView.h.


The documentation for this class was generated from the following files: