MCPcopy 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
79CameraModelType DepthDataLoader::GetCameraModel() const { return _model; }
80
81void 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