Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::IntrinsicsEstimOptions Struct Referencefinal

Options for linear intrinsic estimation from planar views. More...

#include <intrinsics.h>

Public Attributes

std::optional< CalibrationBoundsbounds = std::nullopt
 Optional parameter bounds.
 
std::optional< RansacOptionshomography_ransac = std::nullopt
 Optional RANSAC opts.
 
bool use_skew = false
 Estimate skew parameter.
 

Detailed Description

Options for linear intrinsic estimation from planar views.

Controls bounds and whether skew is estimated when computing the initial camera matrix from a collection of PlanarView observations.

Definition at line 26 of file intrinsics.h.

Member Data Documentation

◆ bounds

std::optional<CalibrationBounds> calib::IntrinsicsEstimOptions::bounds = std::nullopt

Optional parameter bounds.

Definition at line 27 of file intrinsics.h.

◆ homography_ransac

std::optional<RansacOptions> calib::IntrinsicsEstimOptions::homography_ransac = std::nullopt

Optional RANSAC opts.

Definition at line 28 of file intrinsics.h.

◆ use_skew

bool calib::IntrinsicsEstimOptions::use_skew = false

Estimate skew parameter.

Definition at line 29 of file intrinsics.h.


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