supereight
Loading...
Searching...
No Matches
Public Attributes | List of all members
se::Measurements< SensorT > Struct Template Reference

Contains measurements from different modalities that must be integrated together. More...

#include <measurement.hpp>

Collaboration diagram for se::Measurements< SensorT >:
Collaboration graph
[legend]

Public Attributes

Measurement< SensorT, floatdepth
 
std::optional< Measurement< SensorT, colour_t > > colour = std::nullopt
 
se::Image< float > * depth_sigma = nullptr
 

Detailed Description

template<typename SensorT>
struct se::Measurements< SensorT >

Contains measurements from different modalities that must be integrated together.

All measurements must be from the same type of sensor, for example se::PinholeCamera, but can have different sensor parameters.

Member Data Documentation

◆ depth

◆ colour

template<typename SensorT >
std::optional<Measurement<SensorT, colour_t> > se::Measurements< SensorT >::colour = std::nullopt

◆ depth_sigma


The documentation for this struct was generated from the following file: