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

Method Frame

src/Frame.cc:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43cv::BFMatcher Frame::BFmatcher = cv::BFMatcher(cv::NORM_HAMMING);
44
45Frame::Frame(): mpcpi(NULL), mpImuPreintegrated(NULL), mpPrevFrame(NULL), mpImuPreintegratedFrame(NULL), mpReferenceKF(static_cast<KeyFrame*>(NULL)), mbIsSet(false), mbImuPreintegrated(false), mbHasPose(false), mbHasVelocity(false)
46{
47#ifdef REGISTER_TIMES
48 mTimeStereoMatch = 0;
49 mTimeORB_Ext = 0;
50#endif
51}
52
53
54//Copy Constructor

Callers

nothing calls this directly

Calls 15

logFunction · 0.85
HasVelocityMethod · 0.80
GetLevelsMethod · 0.80
GetScaleFactorMethod · 0.80
GetScaleFactorsMethod · 0.80
GetScaleSigmaSquaresMethod · 0.80
rotationMatrixMethod · 0.80
cloneMethod · 0.45
GetPoseMethod · 0.45
GetVelocityMethod · 0.45

Tested by

no test coverage detected