Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ functions
Functions
4,339 in github.com/colmap/colmap
⨍
Functions
4,339
◇
Types & classes
779
↳
Endpoints
2
Method
AutomaticReconstruction
src/colmap/ui/main_window.cc:1280
Method
AutomaticReconstructionController
src/colmap/controllers/automatic_reconstruction.cc:54
Method
AutomaticReconstructionWidget
src/colmap/ui/automatic_reconstruction_widget.cc:37
Method
BACovariance
src/colmap/estimators/covariance.cc:220
Method
BATAPairwiseDirectionCostFunctor
src/colmap/estimators/cost_functions/motion_averaging.h:17
Function
BENCHMARK_DEFINE_F(BM_BundleAdjustment, Caspar)
Time column reports wall-clock time (ms) per full BA solve.
benchmark/runtime/bundle_adjustment.cc:162
Function
BENCHMARK_DEFINE_F(BM_BundleAdjustment, Ceres)
Time column reports wall-clock time (ms) per full BA solve.
benchmark/runtime/bundle_adjustment.cc:113
Function
BENCHMARK_F(BM_ReprojErrorConstantPoint3DCostFunction, Run)
benchmark/runtime/cost_functions.cc:102
Function
BENCHMARK_F(BM_ReprojErrorConstantPoseCostFunction, Run)
benchmark/runtime/cost_functions.cc:75
Function
BENCHMARK_F(BM_ReprojErrorCostFunction, Run)
benchmark/runtime/cost_functions.cc:51
Function
BM_GlobalPositioning
benchmark/runtime/global_positioning.cc:53
Method
Barrier
src/colmap/util/controller_thread_test.cc:40
Method
Barrier
src/colmap/util/threading_test.cc:45
Method
Base
src/colmap/sensor/bitmap.cc:771
Method
BaseCameraModel
src/colmap/sensor/models.h:286
Method
BaseController
src/colmap/util/base_controller.cc:36
Method
BaseOptionManager
src/colmap/controllers/base_option_manager.h:53
Method
BaseOptionManager
src/colmap/controllers/base_option_manager.cc:44
Method
BasePerspectiveCameraModel
src/colmap/sensor/models.h:369
Method
BasePerspectiveFisheyeCameraModel
src/colmap/sensor/models.h:420
Method
BaseSphericalCameraModel
src/colmap/sensor/models.h:386
Method
BeginReconstruction
src/colmap/sfm/incremental_mapper.cc:76
Method
BeginTransaction
src/pycolmap/scene/database.cc:433
Method
BeginWithSynthesizedReconstruction
src/colmap/sfm/incremental_mapper_test.cc:102
Function
BindTimer
src/pycolmap/timer.h:9
Method
BitmapColor
src/colmap/sensor/bitmap.h:228
Function
BitmapColorCast
src/colmap/sensor/bitmap.h:219
Method
BlockIfPaused
src/colmap/util/threading.cc:154
Method
Blue
src/colmap/sensor/bitmap.cc:769
Method
BriefReport
src/colmap/estimators/bundle_adjustment_ceres.cc:93
Method
BruteForceONNXFeatureMatcher
src/colmap/feature/onnx_matchers.cc:46
Method
Build
src/pycolmap/retrieval/visual_index.cc:76
Method
BuildConstraintMatrix
src/colmap/estimators/rotation_averaging_impl.cc:311
Method
BuildFactors
src/colmap/estimators/bundle_adjustment_caspar.cc:88
Method
BuildObservationCounts
src/colmap/estimators/bundle_adjustment_caspar.cc:49
Method
BuildPairConstraints
src/colmap/estimators/rotation_averaging_impl.cc:228
Method
BuildSizing
src/colmap/estimators/bundle_adjustment_caspar.cc:847
Method
BundleAdjuster
src/colmap/estimators/bundle_adjustment.cc:263
Function
BundleAdjustment
src/pycolmap/pipeline/sfm.cc:128
Method
BundleAdjustment
src/colmap/ui/main_window.cc:1391
Method
BundleAdjustmentBackendOptions
src/colmap/estimators/bundle_adjustment.h:166
Method
BundleAdjustmentBackendOptions
src/colmap/estimators/bundle_adjustment.cc:279
Method
BundleAdjustmentController
src/colmap/controllers/bundle_adjustment.cc:62
Method
BundleAdjustmentIterationCallback
src/colmap/controllers/bundle_adjustment.cc:43
Method
BundleAdjustmentWidget
src/colmap/ui/bundle_adjustment_widget.cc:41
Method
CMPMVSUndistorter
src/colmap/controllers/undistorters.cc:555
Method
COLMAPUndistorter
src/colmap/controllers/undistorters.cc:149
Function
CSVToVector
src/colmap/util/misc.h:109
Method
CacheSize
Each block matches two sets of images with size block_size. To hold all images in the block, the cache thus needs to hold 2 * block_size.
src/colmap/controllers/pairing.h:51
Method
CacheSize
src/colmap/controllers/pairing.h:83
Method
CacheSize
src/colmap/controllers/pairing.h:160
Method
CacheSize
src/colmap/controllers/pairing.h:197
Method
CacheSize
src/colmap/controllers/pairing.h:209
Method
CacheSize
src/colmap/controllers/pairing.h:228
Method
CachedImage
src/colmap/mvs/workspace.cc:155
Method
CachedImage
src/colmap/mvs/workspace.h:122
Method
CachedWorkspace
src/colmap/mvs/workspace.cc:173
Method
CalibSize
src/colmap/estimators/caspar/caspar_model_adapter.h:150
Method
Callback
src/colmap/util/base_controller.cc:48
Method
CamFromImgThreshold
src/colmap/sensor/models.h:769
Method
CamFromImgThreshold
src/colmap/sensor/models.h:1037
Method
CamRayFromImg
Unproject a pixel to a unit bearing vector in the camera frame. Default implementation: delegates to CameraModel::CamFromImg and normalizes the resul
src/colmap/sensor/models.h:332
Method
CamRayFromImg
The base's default CamRayFromImg goes through the 2D CamFromImg which fails for back-hemisphere pixels. EQUIRECTANGULAR can produce valid unit bearing
src/colmap/sensor/models.h:777
Method
CameraDatabase
src/colmap/sensor/database.h:42
Method
CameraModelCamFromImg
src/colmap/sensor/models.h:2823
Method
CameraModelCamFromImgThreshold
src/colmap/sensor/models.h:2874
Method
CameraModelCamRayFromImg
Unproject a pixel to a unit bearing vector in camera coordinates. Unlike CameraModelCamFromImg (which is limited to the forward hemisphere via the 2D
src/colmap/sensor/models.h:2853
Method
CameraModelImgFromCam
src/colmap/sensor/models.h:2802
Method
CameraModelIsFisheye
src/colmap/sensor/models.h:2891
Method
CameraModelIsPerspective
src/colmap/sensor/models.h:2906
Method
CameraModelIsSpherical
src/colmap/sensor/models.h:2921
Method
CameraModelRescale
src/colmap/sensor/models.h:2936
Method
CameraTab
src/colmap/ui/database_management_widget.cc:264
Method
CamerasStr
src/colmap/scene/reconstruction_io_test.cc:102
Method
CamerasStr
src/colmap/scene/reconstruction_io_test.cc:157
Method
CasparBundleAdjuster
src/colmap/estimators/bundle_adjustment_caspar.cc:19
Method
Cast
src/colmap/sensor/bitmap.h:239
Method
CellForPoint
src/colmap/scene/visibility_pyramid.cc:96
Method
ChangeNearPlane
src/colmap/ui/model_viewer_widget.cc:618
Method
Check
src/colmap/scene/reconstruction_clustering.h:54
Method
Check
src/colmap/controllers/base_option_manager.cc:163
Method
Check
src/colmap/controllers/option_manager.cc:1146
Method
Check
src/colmap/estimators/triangulation.h:142
Method
Check
src/colmap/estimators/pose.h:62
Method
Check
src/colmap/estimators/pose.h:96
Method
Check
src/colmap/estimators/generalized_pose.h:141
Method
Check
src/colmap/mvs/patch_match.cc:67
Method
Check
src/colmap/mvs/patch_match_options.cc:73
Method
Check
src/colmap/feature/matcher.cc:102
Method
Check
src/colmap/feature/extractor.cc:135
Method
CheckFinishedTasks
src/colmap/util/threading.cc:242
Method
CheckReachedMaxRuntime
src/colmap/controllers/incremental_pipeline.cc:798
Method
CheckRunGlobalRefinement
src/colmap/controllers/incremental_pipeline.cc:460
Method
ChooseControlPoints
src/colmap/estimators/solvers/absolute_pose.cc:219
Method
Clear
src/colmap/scene/reconstruction_manager.cc:58
Method
Clear
src/colmap/ui/movie_grabber_widget.cc:153
Method
Clear
src/colmap/util/threading.h:464
Method
ClearAllTables
src/pycolmap/scene/database.cc:393
Method
ClearCache
src/colmap/mvs/workspace.h:113
Method
ClearCaches
src/colmap/sfm/incremental_triangulator.cc:429
← previous
next →
1,901–2,000 of 4,339, ranked by callers