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
↓ 4 callers
Method
IsImageIndexed
src/colmap/retrieval/visual_index.cc:157
↓ 4 callers
Function
L1RootNormalizeFeatureDescriptors
src/colmap/feature/utils.cc:49
↓ 4 callers
Function
MakeTriangleMesh
Create a 2-triangle quad mesh (4 vertices, 2 faces). Quad in XY plane at Z=0, from (0,0,0) to (1,1,0).
src/colmap/mvs/texture_mapping_test.cc:43
↓ 4 callers
Function
MatchesFromMatrix
src/colmap/feature/types.cc:255
↓ 4 callers
Function
MatchesToMatrix
src/colmap/feature/types.cc:245
↓ 4 callers
Method
MaxNumDescriptors
src/colmap/scene/database_sqlite.cc:623
↓ 4 callers
Method
MaxNumKeypoints
src/colmap/scene/database_sqlite.cc:611
↓ 4 callers
Function
NormalizeFeatureKeypoints
src/colmap/feature/sift.cc:1010
↓ 4 callers
Method
NumConstantPoints
src/colmap/estimators/bundle_adjustment.cc:84
↓ 4 callers
Method
NumDescriptorsForImage
src/colmap/scene/database_sqlite.cc:627
↓ 4 callers
Method
NumKeypointsForImage
src/colmap/scene/database_sqlite.cc:615
↓ 4 callers
Method
NumVariablePoints
src/colmap/estimators/bundle_adjustment.cc:80
↓ 4 callers
Method
Prepare
src/colmap/ui/colormaps.cc:67
↓ 4 callers
Function
PrintSolverSummary
src/colmap/estimators/bundle_adjustment_ceres.cc:1112
↓ 4 callers
Function
PrintingFn
src/colmap/util/logging_test.cc:37
↓ 4 callers
Function
ProjectPoint
src/colmap/mvs/texture_mapping.cc:117
↓ 4 callers
Function
PyWait
Instead of thread.Wait() call this to allow interrupts through python
src/pycolmap/helpers.h:447
↓ 4 callers
Function
RandomCalibrationMatrix
src/colmap/estimators/solvers/fundamental_matrix_test.cc:40
↓ 4 callers
Function
RandomEpipolarCorrespondences
src/colmap/estimators/solvers/fundamental_matrix_test.cc:53
↓ 4 callers
Method
ReRead
src/colmap/controllers/base_option_manager.cc:318
↓ 4 callers
Method
ReadFrame
src/colmap/scene/database_sqlite.cc:722
↓ 4 callers
Function
ReadPointsVisibility
src/colmap/mvs/fusion.cc:577
↓ 4 callers
Method
Rescale
src/colmap/sensor/bitmap.cc:580
↓ 4 callers
Method
Reserve
src/colmap/math/union_find.h:42
↓ 4 callers
Function
ReverseBytes
src/colmap/util/endian.h:77
↓ 4 callers
Function
RotationMatrixToEulerAngles
src/colmap/geometry/pose.cc:156
↓ 4 callers
Method
Run
src/colmap/controllers/automatic_reconstruction.cc:228
↓ 4 callers
Function
RunGravityRefinement
src/colmap/estimators/gravity_refinement.cc:246
↓ 4 callers
Function
ScaleSigmoid
src/colmap/math/math.h:293
↓ 4 callers
Method
Set
src/colmap/mvs/gpu_mat.h:93
↓ 4 callers
Method
SetInvalidEdge
src/colmap/scene/pose_graph.h:193
↓ 4 callers
Method
SetParamsFromString
src/colmap/scene/camera.cc:89
↓ 4 callers
Method
SetSensorFromRig
src/colmap/sensor/rig.h:178
↓ 4 callers
Function
SparseDelaunayMeshing
src/colmap/mvs/delaunay_meshing.cc:925
↓ 4 callers
Function
SplitPoint3D
src/colmap/sfm/incremental_triangulator_test.cc:63
↓ 4 callers
Method
TestMethod
src/colmap/geometry/rigid3_matchers_test.cc:40
↓ 4 callers
Method
TestMethod
src/colmap/geometry/sim3_matchers_test.cc:40
↓ 4 callers
Method
TestMethod
src/colmap/util/eigen_matchers_test.cc:40
↓ 4 callers
Function
ThrowCheckCameras
src/colmap/estimators/generalized_pose.cc:52
↓ 4 callers
Function
ThrowCheckFeatureTypesMatch
src/colmap/feature/sift.cc:97
↓ 4 callers
Function
ThrowIfGtMaxImages
src/colmap/util/types.h:200
↓ 4 callers
Function
ThrowUnknownFeatureExtractorType
src/colmap/feature/extractor.cc:39
↓ 4 callers
Method
ToBitmap
src/colmap/mvs/depth_map.cc:85
↓ 4 callers
Function
TransformCameraWorld
src/colmap/geometry/pose.cc:227
↓ 4 callers
Function
TransformLatLonAltToModelCoords
src/colmap/exe/model.cc:54
↓ 4 callers
Function
TriangulateMultiViewPoint
src/colmap/geometry/triangulation.cc:164
↓ 4 callers
Function
UpdateImageReaderOptionsFromCameraMode
src/colmap/exe/feature.cc:64
↓ 4 callers
Function
VoteAndVerify
src/colmap/retrieval/vote_and_verify.cc:218
↓ 4 callers
Function
WarpImageBetweenCameras
src/colmap/image/warp.cc:56
↓ 4 callers
Function
WarpImageWithHomography
src/colmap/image/warp.cc:111
↓ 4 callers
Function
WriteBinaryBlob
src/colmap/util/file.cc:277
↓ 4 callers
Function
YAxisAngleFromRotation
src/colmap/geometry/pose.cc:257
↓ 4 callers
Function
_estimate_depth_ranges
Estimate per-image near/far depth range from GT 3D points. For each image, computes depths of the 3D points visible in that image and returns
benchmark/reconstruction/evaluation/covisibility.py:50
↓ 4 callers
Function
_make_observation_manager
(reconstruction)
src/pycolmap/sfm/observation_manager_test.py:33
↓ 4 callers
Function
_make_recon_with_tracks
Build a reconstruction with images and 3D point tracks. Args: num_images: Number of images to create. num_points2D_per_image: Num
benchmark/reconstruction/evaluation/covisibility_test.py:300
↓ 4 callers
Function
_run_with_log
Run a subprocess, redirecting stdout+stderr to log_path (overwrite). Always uses preexec_fn=_set_pdeathsig so children die with their parent.
benchmark/reconstruction/evaluation/utils.py:76
↓ 4 callers
Function
compute_rel_errors
Computes angular relative pose errors across all image pairs. Notice that this approach leads to a super-linear decrease in the AUC scores wh
benchmark/reconstruction/evaluation/utils.py:1009
↓ 4 callers
Function
create_result_table
( dataset_metrics: MetricsByDatasetByCatByScene, )
benchmark/reconstruction/evaluation/utils.py:1246
↓ 4 callers
Function
create_test_options
()
python/examples/custom_incremental_pipeline_test.py:37
↓ 3 callers
Method
AbsolutePoseEstimationOptions
src/colmap/estimators/pose.h:53
↓ 3 callers
Method
AccessDatabase
src/colmap/controllers/matcher_cache.cc:75
↓ 3 callers
Method
Add
src/colmap/scene/reconstruction_manager.cc:47
↓ 3 callers
Method
AddFeatureMatchingOptions
src/colmap/controllers/option_manager.cc:289
↓ 3 callers
Method
AddGlobalMapperOptions
src/colmap/controllers/option_manager.cc:730
↓ 3 callers
Method
AddImageWithTrivialFrame
src/colmap/estimators/bundle_adjustment_ceres.cc:688
↓ 3 callers
Method
AddOptionFilePath
src/colmap/ui/options_widget.cc:169
↓ 3 callers
Method
AddSpacer
src/colmap/ui/options_widget.cc:212
↓ 3 callers
Method
AddTwoViewGeometryOptions
src/colmap/controllers/option_manager.cc:341
↓ 3 callers
Method
AdjustGlobalBundle
src/colmap/sfm/incremental_mapper.cc:1073
↓ 3 callers
Function
AlignToENUPlane
src/colmap/estimators/coordinate_frame.cc:355
↓ 3 callers
Method
Apply
src/colmap/ui/render_options_widget.cc:200
↓ 3 callers
Function
AverageDirections
src/colmap/geometry/pose.cc:76
↓ 3 callers
Method
BriefReport
src/colmap/estimators/bundle_adjustment.cc:43
↓ 3 callers
Function
BuildStructureLessAbsolutePoseProblem
src/colmap/estimators/generalized_pose_test.cc:431
↓ 3 callers
Method
BundleAdjustment
src/colmap/sfm/global_mapper.cc:63
↓ 3 callers
Method
CamerasStr
src/colmap/scene/reconstruction_io_test.cc:198
↓ 3 callers
Function
CenterAndNormalizeImagePoints
src/colmap/geometry/normalization.cc:92
↓ 3 callers
Function
ChainLaplacianGaugeFixed
1D Laplacian of a chain of n nodes with the first diagonal entry increased by 1 to fix the gauge (otherwise the matrix is rank-deficient). This is the
src/colmap/optim/sparse_cholesky_test.cc:43
↓ 3 callers
Method
ClearFrames
src/colmap/scene/database_sqlite.cc:1600
↓ 3 callers
Method
ClearModifiedPoints3D
src/colmap/sfm/incremental_mapper.cc:1368
↓ 3 callers
Method
ClearRigs
src/colmap/scene/database_sqlite.cc:1588
↓ 3 callers
Method
CloneAsRGB
src/colmap/sensor/bitmap.cc:680
↓ 3 callers
Function
ComposeInverseProjectionMatrix
src/colmap/mvs/image.cc:125
↓ 3 callers
Method
Compute
src/colmap/math/graph_cut.h:188
↓ 3 callers
Function
ComputeClosestRotationMatrix
src/colmap/geometry/pose.cc:87
↓ 3 callers
Method
ComputeColor
src/colmap/ui/colormaps.cc:73
↓ 3 callers
Method
ComputeDepthRanges
src/colmap/mvs/model.cc:177
↓ 3 callers
Function
ComputeImageAlignmentError
src/colmap/estimators/alignment.cc:352
↓ 3 callers
Method
ComputeLargestConnectedFrameComponent
src/colmap/scene/pose_graph.cc:24
↓ 3 callers
Function
ConvertPoseLibPoseToRigid3d
src/colmap/estimators/solvers/poselib_utils.cc:57
↓ 3 callers
Function
CreateAndWriteSyntheticReconstruction
src/colmap/mvs/delaunay_meshing_test.cc:46
↓ 3 callers
Function
CreateFeatureImporterController
src/colmap/controllers/feature_extraction.cc:684
↓ 3 callers
Function
CreateFeaturePairsFeatureMatcher
src/colmap/controllers/feature_matching.cc:534
↓ 3 callers
Method
CreateLossFunction
src/colmap/estimators/view_graph_calibration.cc:344
↓ 3 callers
Function
CreateRandomFeatureDescriptors
src/colmap/feature/index_test.cc:41
↓ 3 callers
Function
CreateRandomRgbImage
src/colmap/feature/aliked_test.cc:42
↓ 3 callers
Function
CreateReprojErrorData
benchmark/runtime/cost_functions.cc:19
↓ 3 callers
Function
CreateSpatialFeatureMatcher
src/colmap/controllers/feature_matching.cc:356
↓ 3 callers
Function
CreateTestBitmap
src/colmap/controllers/feature_extraction_test.cc:43
↓ 3 callers
Function
CreateTestDatabase
src/colmap/scene/database_cache_test.cc:41
← previous
next →
801–900 of 4,339, ranked by callers