mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 07:06:10 +00:00
t/calib: Add comments to sizes
This commit is contained in:
parent
8917607a49
commit
38ec113c04
|
@ -82,7 +82,9 @@ struct xrt_tracked_psvr;
|
||||||
*/
|
*/
|
||||||
struct t_settings_stereo
|
struct t_settings_stereo
|
||||||
{
|
{
|
||||||
|
//! Source image size before undistortion.
|
||||||
struct xrt_size image_size_pixels;
|
struct xrt_size image_size_pixels;
|
||||||
|
//! Target image size after undistortion.
|
||||||
struct xrt_size new_image_size_pixels;
|
struct xrt_size new_image_size_pixels;
|
||||||
|
|
||||||
//! Disparity and position to camera world coordinates.
|
//! Disparity and position to camera world coordinates.
|
||||||
|
@ -94,7 +96,9 @@ struct t_settings_stereo
|
||||||
*/
|
*/
|
||||||
struct t_settings_stereo_raw
|
struct t_settings_stereo_raw
|
||||||
{
|
{
|
||||||
|
//! Source image size before undistortion.
|
||||||
struct xrt_size image_size_pixels;
|
struct xrt_size image_size_pixels;
|
||||||
|
//! Target image size after undistortion.
|
||||||
struct xrt_size new_image_size_pixels;
|
struct xrt_size new_image_size_pixels;
|
||||||
|
|
||||||
//! Translation between the two cameras, in the stereo pair.
|
//! Translation between the two cameras, in the stereo pair.
|
||||||
|
|
Loading…
Reference in a new issue