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

Public Member Functions

auto get_param_blocks () const -> std::vector< ParamBlock > override
 
- Public Member Functions inherited from calib::ProblemParamBlocks
auto total_params () const -> size_t
 

Static Public Member Functions

static auto create (const Eigen::Matrix3d &init_h) -> HomographyBlocks
 

Public Attributes

HomographyParams params
 

Detailed Description

Definition at line 79 of file homography.cpp.

Member Function Documentation

◆ create()

static auto calib::HomographyBlocks::create ( const Eigen::Matrix3d &  init_h) -> HomographyBlocks
inlinestatic

Definition at line 82 of file homography.cpp.

◆ get_param_blocks()

auto calib::HomographyBlocks::get_param_blocks ( ) const -> std::vector<ParamBlock>
inlineoverridevirtual

Implements calib::ProblemParamBlocks.

Definition at line 90 of file homography.cpp.

Member Data Documentation

◆ params

HomographyParams calib::HomographyBlocks::params

Definition at line 80 of file homography.cpp.


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