Monado OpenXR Runtime
Public Member Functions | Data Fields
StereoRectificationMaps Struct Reference

Rectification maps as well as transforms for a stereo camera. More...

#include <tracking/t_calibration_opencv.hpp>

Collaboration diagram for StereoRectificationMaps:
Collaboration graph
[legend]

Public Member Functions

 StereoRectificationMaps (t_stereo_camera_calibration *data)
 Constructor - produces rectification data for a stereo camera based on calibration data. More...
 

Data Fields

ViewRectification view [2]
 
cv::Mat disparity_to_depth_mat = {}
 Disparity and position to camera world coordinates. More...
 

Detailed Description

Rectification maps as well as transforms for a stereo camera.

Computed in the constructor from saved calibration data.

Constructor & Destructor Documentation

◆ StereoRectificationMaps()

StereoRectificationMaps::StereoRectificationMaps ( t_stereo_camera_calibration data)

Field Documentation

◆ disparity_to_depth_mat

cv::Mat StereoRectificationMaps::disparity_to_depth_mat = {}

Disparity and position to camera world coordinates.

Referenced by StereoRectificationMaps().

◆ view

ViewRectification StereoRectificationMaps::view[2]

Referenced by StereoRectificationMaps().


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