DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

calibration/cameramodel/docs/mainsection.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
2 
3 @page cameramodel_mainsection Intrinsic Camera Models
4 
5 @note SW Release Applicability: This module is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
6 
7 ## Introduction
8 
9 Camera sensors and lenses influence the transformation of an observed point in the three-dimensional world into the two-dimensional image plane. The intrinsic camera models detailing these transformations in NVIDIA<sup>&reg;</sup> DriveWorks are described in @ref rig_configuration_group.
10 
11 This module provides methods to initialize a particular camera model, use it to provide pixel-to-ray and ray-to-pixel transformations, and other helper functions.
12 
13 For details on obtaining suitable model parameters for a particular camera, see the DriveWorks @ref dwx_camera_calibration documentation.
14 
15 ## Relevant Tutorials
16 
17 - @ref cameramodel_usecase0
18 
19 ## APIs
20 
21 - @ref cameramodel_group
22 - @ref rig_configuration_group