Simulated Reality SDK 7500c78d v1.30.2.51085 2024-04-26T11:23:03Z
Stable
Public Member Functions | List of all members
SR::SenseConfiguration Class Reference

Class representing the configuration of a single Sense in the SRContext. More...

#include <srconfiguration.h>

Public Member Functions

 SenseConfiguration (cv::Mat scaling, cv::Mat rotation, cv::Mat translation)
 
 SenseConfiguration (cv::Vec3d rotation, cv::Vec3d translation)
 
 SenseConfiguration ()
 
 SenseConfiguration (const SenseConfiguration &other)
 
SenseConfigurationoperator= (const SenseConfiguration &other)
 
Transformation getCalibration ()
 

Detailed Description

Class representing the configuration of a single Sense in the SRContext.

Deprecated:
Senses should handle their own configuration.

Constructor & Destructor Documentation

◆ SenseConfiguration() [1/4]

SR::SenseConfiguration::SenseConfiguration ( cv::Mat  scaling,
cv::Mat  rotation,
cv::Mat  translation 
)

◆ SenseConfiguration() [2/4]

SR::SenseConfiguration::SenseConfiguration ( cv::Vec3d  rotation,
cv::Vec3d  translation 
)

◆ SenseConfiguration() [3/4]

SR::SenseConfiguration::SenseConfiguration ( )

◆ SenseConfiguration() [4/4]

SR::SenseConfiguration::SenseConfiguration ( const SenseConfiguration other)

Member Function Documentation

◆ getCalibration()

Transformation SR::SenseConfiguration::getCalibration ( )

◆ operator=()

SenseConfiguration & SR::SenseConfiguration::operator= ( const SenseConfiguration other)

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