Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::CameraTraits< CamT > Struct Template Reference

Type traits template for camera model implementations. More...

Detailed Description

template<typename CamT>
struct calib::CameraTraits< CamT >

Type traits template for camera model implementations.

Provides compile-time information about camera model types. Specializations should define camera-specific properties and metadata.

Template Parameters
CamTThe camera model type

Typical specializations should provide:

  • Static constexpr properties describing the camera model
  • Type aliases for scalar types and parameter representations
  • Compile-time constants for parameter counts or model properties
Note
This is a primary template that should be specialized for each camera model implementation.

Definition at line 64 of file cameramodel.h.


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