NVIDIA DeepStream SDK API Reference

7.0 Release
CameraModel.h File Reference

Go to the source code of this file.

Data Structures

struct  cvcore::CameraDistortionModel
 Struct type used to store Camera Distortion model type and coefficients. More...
 
struct  cvcore::CameraIntrinsics
 Struct type used to store Camera Intrinsics. More...
 
struct  cvcore::CameraExtrinsics
 Struct type used to store Camera Extrinsics. More...
 
struct  cvcore::CameraModel
 

Namespaces

 cvcore
 

Enumerations

enum  cvcore::CameraDistortionType : uint8_t {
  cvcore::CameraDistortionType::UNKNOWN,
  cvcore::CameraDistortionType::NONE,
  cvcore::CameraDistortionType::Polynomial,
  cvcore::CameraDistortionType::FisheyeEquidistant,
  cvcore::CameraDistortionType::FisheyeEquisolid,
  cvcore::CameraDistortionType::FisheyeOrthoGraphic,
  cvcore::CameraDistortionType::FisheyeStereographic
}
 An enum. More...