MCPcopy Create free account
hub / github.com/colmap/colmap / AddRefSensor

Method AddRefSensor

src/colmap/sensor/rig.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace colmap {
33
34void Rig::AddRefSensor(sensor_t ref_sensor_id) {
35 THROW_CHECK(ref_sensor_id_ == kInvalidSensorId)
36 << "Reference sensor already set";
37 ref_sensor_id_ = ref_sensor_id;
38}
39
40void Rig::AddSensor(sensor_t sensor_id,
41 const std::optional<Rigid3d>& sensor_from_rig) {

Callers 15

GenerateReconstructionFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80
SynthesizeDatasetFunction · 0.80
CreateTestDatabaseFunction · 0.80
ReadRigsBinaryFunction · 0.80
TESTFunction · 0.80
ReadRigsTextFunction · 0.80
ApplyRigConfigFunction · 0.80
MergeMethod · 0.80

Calls

no outgoing calls

Tested by 14

GenerateReconstructionFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
CreateTestDatabaseFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_PFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
GenerateReconstructionFunction · 0.64