MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / camera2DistortionCoef

Method camera2DistortionCoef

include/Settings.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 GeometricCamera* camera2() {return calibration2_;}
71 cv::Mat camera1DistortionCoef() {return cv::Mat(vPinHoleDistorsion1_.size(),1,CV_32F,vPinHoleDistorsion1_.data());}
72 cv::Mat camera2DistortionCoef() {return cv::Mat(vPinHoleDistorsion2_.size(),1,CV_32F,vPinHoleDistorsion1_.data());}
73
74 Sophus::SE3f Tlr() {return Tlr_;}
75 float bf() {return bf_;}

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected