Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UZ-SLAMLab/ORB_SLAM3
/ SetNormalVector
Method
SetNormalVector
src/MapPoint.cc:496–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
494
}
495
496
void MapPoint::SetNormalVector(const Eigen::Vector3f& normal)
497
{
498
unique_lock<mutex> lock3(mMutexPos);
499
mNormalVector = normal;
500
}
501
502
float MapPoint::GetMinDistanceInvariance()
503
{
Callers
1
MergeLocal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected