Home
last modified time | relevance | path

Searched defs:point3D_id (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/colmap/colmap-3.6/src/optim/
H A Dbundle_adjustment.cc130 for (const auto point3D_id : variable_point3D_ids_) { in NumResiduals() local
133 for (const auto point3D_id : constant_point3D_ids_) { in NumResiduals() local
216 void BundleAdjustmentConfig::AddVariablePoint(const point3D_t point3D_id) { in AddVariablePoint()
331 for (const auto point3D_id : config_.VariablePoints()) { in SetUp() local
334 for (const auto point3D_id : config_.ConstantPoints()) { in SetUp() local
431 void BundleAdjuster::AddPointToProblem(const point3D_t point3D_id, in AddPointToProblem()
530 for (const point3D_t point3D_id : config_.ConstantPoints()) { in ParameterizePoints() local
764 for (const auto point3D_id : point3D_ids_) { in AddPointsToProblem() local
881 for (const auto point3D_id : config_.VariablePoints()) { in SetUp() local
884 for (const auto point3D_id : config_.ConstantPoints()) { in SetUp() local
[all …]
/dports/graphics/colmap/colmap-3.6/src/sfm/
H A Dincremental_triangulator.cc224 const point3D_t point3D_id = reconstruction_->AddPoint3D(xyz, track); in CompleteImage() local
239 for (const point3D_t point3D_id : point3D_ids) { in CompleteTracks() local
253 for (const point3D_t point3D_id : reconstruction_->Point3DIds()) { in CompleteAllTracks() local
268 for (const point3D_t point3D_id : point3D_ids) { in MergeTracks() local
282 for (const point3D_t point3D_id : reconstruction_->Point3DIds()) { in MergeAllTracks() local
392 void IncrementalTriangulator::AddModifiedPoint3D(const point3D_t point3D_id) { in AddModifiedPoint3D()
534 const point3D_t point3D_id = reconstruction_->AddPoint3D(xyz, track); in Create() local
589 const point3D_t point3D_id) { in Merge()
680 const point3D_t point3D_id) { in Complete()
H A Dincremental_mapper.cc520 const point3D_t point3D_id = tri_corrs[i].second; in RegisterNextImage() local
622 for (const point3D_t point3D_id : point3D_ids) { in AdjustLocalBundle() local
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dreconstruction_test.cc114 const point3D_t point3D_id = in BOOST_AUTO_TEST_CASE() local
134 const point3D_t point3D_id = in BOOST_AUTO_TEST_CASE() local
187 const point3D_t point3D_id = in BOOST_AUTO_TEST_CASE() local
199 const point3D_t point3D_id = in BOOST_AUTO_TEST_CASE() local
292 const point3D_t point3D_id = in BOOST_AUTO_TEST_CASE() local
H A Dreconstruction.h367 const class Point3D& Reconstruction::Point3D(const point3D_t point3D_id) const { in Point3D()
390 class Point3D& Reconstruction::Point3D(const point3D_t point3D_id) { in Point3D()
434 bool Reconstruction::ExistsPoint3D(const point3D_t point3D_id) const { in ExistsPoint3D()
H A Dpoint2d.h90 void Point2D::SetPoint3DId(const point3D_t point3D_id) { in SetPoint3DId()
H A Dreconstruction.cc169 const point3D_t point3D_id = ++num_added_points3D_; in AddPoint3D() local
195 void Reconstruction::AddObservation(const point3D_t point3D_id, in AddObservation()
239 void Reconstruction::DeletePoint3D(const point3D_t point3D_id) { in DeletePoint3D()
266 const point3D_t point3D_id = image.Point2D(point2D_idx).Point3DId(); in DeleteObservation() local
507 const auto point3D_id = in Merge() local
1285 for (const auto point3D_id : point3D_ids) { in FilterPoints3DWithSmallTriangulationAngle() local
1343 for (const auto point3D_id : point3D_ids) { in FilterPoints3DWithLargeReprojectionError() local
1564 const point3D_t point3D_id = std::stoll(item); in ReadPoints3DText() local
1704 const point3D_t point3D_id = ReadBinaryLittleEndian<point3D_t>(&file); in ReadPoints3DBinary() local
H A Dimage.cc86 const point3D_t point3D_id) { in SetPoint3DForPoint2D()
/dports/graphics/colmap/colmap-3.6/src/ui/
H A Dcolormaps.cc77 const point3D_t point3D_id, const Point3D& point3D) { in ComputeColor()
96 Eigen::Vector4f PointColormapError::ComputeColor(const point3D_t point3D_id, in ComputeColor()
118 Eigen::Vector4f PointColormapTrackLen::ComputeColor(const point3D_t point3D_id, in ComputeColor()
200 const point3D_t point3D_id, const Point3D& point3D) { in ComputeColor()
H A Dpoint_viewer_widget.cc127 void PointViewerWidget::Show(const point3D_t point3D_id) { in Show()
H A Dmodel_viewer_widget.cc578 void ModelViewerWidget::ShowPointInfo(const point3D_t point3D_id) { in ShowPointInfo()
/dports/graphics/colmap/colmap-3.6/src/exe/
H A Dcolmap.cc1433 for (const auto point3D_id : reconstruction.Point3DIds()) { in RunPointFiltering() local