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
↓ 2 callers
Function
SquaredSphericalReprojectionError
Pixel reprojection error is ill-defined for equirectangular (e.g. EQUIRECTANGULAR) cameras: the azimuth is discontinuous at the ±π seam and its pixel
src/colmap/scene/projection.cc:46
↓ 2 callers
Function
SwapFeatureMatchesBlob
src/colmap/scene/database_sqlite.cc:80
↓ 2 callers
Function
SynthesizeData
src/colmap/retrieval/vote_and_verify_test.cc:50
↓ 2 callers
Function
SynthesizeExhaustiveMatches
src/colmap/scene/synthetic.cc:162
↓ 2 callers
Function
SynthesizeGravityOutliers
src/colmap/estimators/gravity_refinement_test.cc:54
↓ 2 callers
Function
SynthesizeImages
src/colmap/scene/synthetic.cc:771
↓ 2 callers
Function
TestEstimateAffine2dWithNumCoords
src/colmap/estimators/solvers/affine_transform_test.cc:65
↓ 2 callers
Function
TestEstimateRigid3dWithNumCoords
src/colmap/estimators/solvers/similarity_transform_test.cc:69
↓ 2 callers
Function
TestEstimateSim3dWithNumCoords
src/colmap/estimators/solvers/similarity_transform_test.cc:139
↓ 2 callers
Function
TestGuidedMatchingWithCameraDistortion
src/colmap/feature/sift_test.cc:645
↓ 2 callers
Function
ThrowCheck
src/colmap/util/logging_test.cc:44
↓ 2 callers
Function
ThrowCheckEqual
src/colmap/util/logging_test.cc:46
↓ 2 callers
Function
ThrowUnknownFeatureMatcherType
src/colmap/feature/matcher.cc:40
↓ 2 callers
Method
ToBytes
src/colmap/feature/types.cc:218
↓ 2 callers
Method
ToFile
src/colmap/geometry/sim3.cc:39
↓ 2 callers
Method
TranscribeImageIdsToDatabase
src/colmap/scene/reconstruction.cc:870
↓ 2 callers
Function
TransformVLFeatToUBCFeatureDescriptors
VLFeat uses a different convention to store its descriptors. This transforms the VLFeat format into the original SIFT format that is also used by Sift
src/colmap/feature/sift.cc:118
↓ 2 callers
Function
TriangulateTrack
src/colmap/sfm/incremental_triangulator.cc:38
↓ 2 callers
Function
TriangulationDltTerm
Contribution of a single bearing observation to the projector-based DLT normal-equation matrix. With unit bearing b and projection matrix P = cam_from
src/colmap/geometry/triangulation.cc:143
↓ 2 callers
Function
TwoViewGeometryFromKnownRelativePose
src/colmap/estimators/two_view_geometry.cc:989
↓ 2 callers
Method
TwoViewGeometryOptions
src/colmap/estimators/two_view_geometry.h:118
↓ 2 callers
Function
UTF8ToCodePageWin
src/colmap/util/string.cc:167
↓ 2 callers
Method
UTMToEllipsoid
src/colmap/geometry/gps.cc:315
↓ 2 callers
Method
UpdateFrame
src/colmap/scene/database_sqlite.cc:1447
↓ 2 callers
Method
UpdateKeypoints
src/colmap/scene/database_sqlite.cc:1516
↓ 2 callers
Method
UpdateState
src/colmap/estimators/rotation_averaging_impl.cc:530
↓ 2 callers
Function
UseGravity
src/colmap/estimators/rotation_averaging.cc:23
↓ 2 callers
Function
ValidateDescriptorNorms
src/colmap/feature/sift_test.cc:84
↓ 2 callers
Function
ValidateKeypoints
src/colmap/feature/sift_test.cc:71
↓ 2 callers
Function
ValidateReport
src/colmap/optim/loransac_test.cc:77
↓ 2 callers
Function
ValidateReport
src/colmap/optim/ransac_test.cc:77
↓ 2 callers
Function
VerifyTexturedMesh
src/colmap/util/ply_test.cc:359
↓ 2 callers
Function
WarnInsufficientPriorFocalLengths
src/colmap/controllers/global_pipeline.cc:56
↓ 2 callers
Function
WriteFrameData
src/colmap/scene/database_sqlite.cc:453
↓ 2 callers
Method
WriteFrames
src/colmap/scene/reconstruction_io_test.cc:245
↓ 2 callers
Function
WriteMatrix
src/colmap/controllers/undistorters.cc:54
↓ 2 callers
Function
WriteProjectionMatrix
Write projection matrix P = K * [R t] to file and prepend given header.
src/colmap/controllers/undistorters.cc:66
↓ 2 callers
Function
WriteRandomPlyPoints
src/colmap/mvs/poisson_meshing_test.cc:42
↓ 2 callers
Function
WriteRigSensors
src/colmap/scene/database_sqlite.cc:420
↓ 2 callers
Method
WriteRigs
src/colmap/scene/reconstruction_io_test.cc:239
↓ 2 callers
Function
__MakeExceptionPrefix
src/colmap/util/logging.h:152
↓ 2 callers
Function
_is_pair_covisible_by_frustum
Check whether two cameras have overlapping viewing frustums. Uses a three-stage test that short-circuits on the first definitive result: 1. V
benchmark/reconstruction/evaluation/covisibility.py:176
↓ 2 callers
Function
diff_metrics
Computes difference between two sets of metrics. Raises exception if the metrics are inconsistent.
benchmark/reconstruction/evaluation/utils.py:1200
↓ 2 callers
Function
download_file
(url: str, target_folder: Path)
benchmark/reconstruction/download.py:42
↓ 2 callers
Function
project_and_check
( frustum: Frustum, image: pycolmap.Image, camera: pycolmap.Camera, )
benchmark/reconstruction/evaluation/covisibility.py:203
↓ 2 callers
Function
refresh
()
benchmark/reconstruction/evaluation/utils.py:247
↓ 2 callers
Function
run_matcher
( args: argparse.Namespace, database_path: Path, matching_options: pycolmap.FeatureMatchingOptions
python/examples/panorama_sfm.py:457
↓ 2 callers
Function
should_stop
()
python/examples/custom_incremental_pipeline.py:417
↓ 2 callers
Function
solve_bundle_adjustment
( reconstruction: pycolmap.Reconstruction, ba_options: pycolmap.BundleAdjustmentOptions, ba_config
python/examples/custom_bundle_adjustment.py:14
↓ 2 callers
Function
spherical_img_from_cam
Project rays into a 360 panorama (spherical) image.
python/examples/panorama_sfm.py:126
↓ 1 callers
Method
AddAdvancingFrontMeshingOptions
src/colmap/controllers/option_manager.cc:1005
↓ 1 callers
Method
AddBundleAdjustmentOptions
src/colmap/controllers/option_manager.cc:495
↓ 1 callers
Method
AddColorForWord
src/colmap/ui/colormaps.cc:238
↓ 1 callers
Function
AddDefaultsToDocstrings
src/pycolmap/helpers.h:273
↓ 1 callers
Method
AddDelaunayMeshingOptions
src/colmap/controllers/option_manager.cc:981
↓ 1 callers
Method
AddEntry
src/colmap/retrieval/inverted_file.h:208
↓ 1 callers
Method
AddExhaustivePairingOptions
src/colmap/controllers/option_manager.cc:374
↓ 1 callers
Method
AddFacets
src/colmap/mvs/advancing_front_meshing.cc:252
↓ 1 callers
Method
AddGravityRefinerOptions
src/colmap/controllers/option_manager.cc:853
↓ 1 callers
Method
AddMeshSimplificationOptions
src/colmap/controllers/option_manager.cc:1056
↓ 1 callers
Method
AddMeshTextureMappingOptions
src/colmap/controllers/option_manager.cc:1030
↓ 1 callers
Method
AddOptionRow
src/colmap/ui/options_widget.cc:45
↓ 1 callers
Method
AddOptionText
src/colmap/ui/options_widget.cc:157
↓ 1 callers
Function
AddOutlierMatches
src/colmap/scene/synthetic.cc:45
↓ 1 callers
Method
AddPatchMatchStereoOptions
src/colmap/controllers/option_manager.cc:882
↓ 1 callers
Method
AddPoissonMeshingOptions
src/colmap/controllers/option_manager.cc:967
↓ 1 callers
Method
AddPosePrior
src/colmap/scene/database_cache.cc:449
↓ 1 callers
Method
AddReconstructionClustererOptions
src/colmap/controllers/option_manager.cc:867
↓ 1 callers
Method
AddSequentialPairingOptions
src/colmap/controllers/option_manager.cc:387
↓ 1 callers
Method
AddSpatialPairingOptions
src/colmap/controllers/option_manager.cc:449
↓ 1 callers
Method
AddStereoFusionOptions
src/colmap/controllers/option_manager.cc:939
↓ 1 callers
Method
AddTransitivePairingOptions
src/colmap/controllers/option_manager.cc:467
↓ 1 callers
Method
AddVocabTreePairingOptions
src/colmap/controllers/option_manager.cc:422
↓ 1 callers
Method
AddWidgetRow
src/colmap/ui/options_widget.cc:60
↓ 1 callers
Function
AllSensorsFromRigKnown
src/colmap/estimators/rotation_averaging.cc:28
↓ 1 callers
Method
Append
src/colmap/ui/log_widget.cc:124
↓ 1 callers
Function
ApplyGlobalColorCorrection
src/colmap/mvs/texture_mapping.cc:745
↓ 1 callers
Function
ApplyLogOptions
src/colmap/ui/main_window.cc:120
↓ 1 callers
Method
ApplyResultsToReconstruction
src/colmap/estimators/rotation_averaging_impl.cc:595
↓ 1 callers
Function
AssignPointsToBlocks
src/colmap/mvs/advancing_front_meshing.cc:575
↓ 1 callers
Function
AssignRaysToBlocks
src/colmap/mvs/advancing_front_meshing.cc:607
↓ 1 callers
Function
BakeTexture
src/colmap/mvs/texture_mapping.cc:666
↓ 1 callers
Method
BeginTransaction
src/colmap/scene/database_sqlite.cc:1642
↓ 1 callers
Function
BindAbsolutePoseEstimator
src/pycolmap/estimators/pose.cc:166
↓ 1 callers
Function
BindAffineTransformEstimator
src/pycolmap/estimators/affine_transform.cc:19
↓ 1 callers
Function
BindAlignmentEstimator
src/pycolmap/estimators/alignment.cc:21
↓ 1 callers
Function
BindBitmap
src/pycolmap/sensor/bitmap.cc:70
↓ 1 callers
Function
BindBundleAdjuster
src/pycolmap/estimators/bundle_adjustment.cc:64
↓ 1 callers
Function
BindCamera
src/pycolmap/scene/camera.cc:25
↓ 1 callers
Function
BindCeres
src/pycolmap/estimators/ceres_bindings.cc:407
↓ 1 callers
Function
BindCeresSolver
src/pycolmap/estimators/ceres_bindings.cc:164
↓ 1 callers
Function
BindCeresTypes
Some important ceres bindings for using crucial pycolmap features (e.g. bundle adjustment) without pyceres. Branched from https://github.com/cvg/pyce
src/pycolmap/estimators/ceres_bindings.cc:13
↓ 1 callers
Function
BindConstants
src/pycolmap/scene/constants.cc:8
↓ 1 callers
Function
BindCorrespondenceGraph
src/pycolmap/scene/correspondence_graph.cc:18
↓ 1 callers
Function
BindCostFunctions
src/pycolmap/estimators/cost_functions.cc:40
↓ 1 callers
Function
BindCovarianceEstimator
src/pycolmap/estimators/covariance.cc:15
↓ 1 callers
Function
BindCudaUtils
src/pycolmap/util/cuda.cc:10
↓ 1 callers
Function
BindDatabase
src/pycolmap/scene/database.cc:444
↓ 1 callers
Function
BindDatabaseCache
src/pycolmap/scene/database_cache.cc:15
↓ 1 callers
Function
BindDepthMap
src/pycolmap/mvs/depth_map.cc:50
← previous
next →
1,301–1,400 of 4,339, ranked by callers