|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|


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 |
Definition at line 79 of file homography.cpp.
|
inlinestatic |
Definition at line 82 of file homography.cpp.
|
inlineoverridevirtual |
Implements calib::ProblemParamBlocks.
Definition at line 90 of file homography.cpp.
| HomographyParams calib::HomographyBlocks::params |
Definition at line 80 of file homography.cpp.