Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Unsigned-Long/iKalibr
/ GetCameraModel
Method
GetCameraModel
src/sensor/depth_data_loader.cpp:79–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
CameraModelType DepthDataLoader::GetCameraModel() const { return _model; }
80
81
void DepthDataLoader::InverseMat(cv::Mat &floatMat) {
82
int rowCnt = floatMat.rows;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected