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
↓ 6 callers
Function
PoissonMeshing
src/colmap/mvs/poisson_meshing.cc:64
↓ 6 callers
Function
PoseFromEssentialMatrix
src/colmap/geometry/essential_matrix.cc:64
↓ 6 callers
Method
PrincipalPoint
src/colmap/scene/camera.h:230
↓ 6 callers
Method
ReadPositionPriorData
src/colmap/controllers/pairing.cc:669
↓ 6 callers
Method
RenderNow
src/colmap/ui/main_window.cc:1435
↓ 6 callers
Method
RequiresRGB
src/colmap/feature/extractor.cc:82
↓ 6 callers
Method
Rescale
src/colmap/scene/camera.cc:113
↓ 6 callers
Method
ResetCameraPtr
src/colmap/scene/image.h:221
↓ 6 callers
Method
Search
src/colmap/feature/index.cc:104
↓ 6 callers
Method
SetBitmap
src/colmap/mvs/image.cc:59
↓ 6 callers
Method
SetConstantSensorFromRigPose
src/colmap/estimators/bundle_adjustment.cc:156
↓ 6 callers
Method
SetPrincipalPointX
src/colmap/scene/camera.h:234
↓ 6 callers
Function
Sigmoid
src/colmap/math/math.h:288
↓ 6 callers
Function
Sim3dEq
src/colmap/geometry/sim3_matchers.h:66
↓ 6 callers
Function
SortedInsert
Sorted vector helpers for small adjacency lists (~6 elements typical). Linear scan beats hash table for these sizes.
src/colmap/mvs/mesh_simplification.cc:106
↓ 6 callers
Method
TestMethod
src/colmap/scene/reconstruction_matchers_test.cc:39
↓ 6 callers
Function
TestRigid3d
src/colmap/scene/frame_test.cc:40
↓ 6 callers
Function
TestSim3d
src/colmap/estimators/alignment_test.cc:43
↓ 6 callers
Method
Triangulation
src/colmap/controllers/incremental_pipeline.cc:149
↓ 6 callers
Function
WarpImageWithHomographyBetweenCameras
src/colmap/image/warp.cc:137
↓ 6 callers
Method
WriteBinary
src/colmap/scene/reconstruction.cc:1040
↓ 6 callers
Function
WriteDynamicMatrixBlob
src/colmap/scene/database_sqlite.cc:231
↓ 6 callers
Function
WriteTextPlyMesh
src/colmap/util/ply.cc:778
↓ 6 callers
Method
_make_metrics
(aucs, recalls, errors, num_images=100, num_reg_images=90)
benchmark/reconstruction/evaluation/utils_test.py:343
↓ 5 callers
Method
AddLogOptions
src/colmap/controllers/base_option_manager.cc:69
↓ 5 callers
Method
Adjoint
Adjoint matrix to propagate uncertainty on Rigid3d [Reference] https://gtsam.org/2021/02/23/uncertainties-part3.html
src/colmap/geometry/rigid3.h:89
↓ 5 callers
Function
AlignReconstructionToLocations
src/colmap/estimators/alignment.cc:186
↓ 5 callers
Function
AlignReconstructionsViaProjCenters
src/colmap/estimators/alignment.cc:325
↓ 5 callers
Function
BitmapToQImageRGB
src/colmap/ui/qt_utils.cc:57
↓ 5 callers
Method
Build
src/colmap/mvs/texture_mapping.cc:210
↓ 5 callers
Function
CameraModelMetaDataParamsIdxs
src/colmap/sensor/models.cc:235
↓ 5 callers
Function
CheckCheirality
src/colmap/geometry/pose.cc:210
↓ 5 callers
Method
CheckValidSetup
src/colmap/util/threading.cc:165
↓ 5 callers
Method
Clear
src/colmap/ui/database_management_widget.cc:44
↓ 5 callers
Method
Close
src/colmap/scene/database_sqlite.cc:549
↓ 5 callers
Method
Compute
src/colmap/estimators/alignment.cc:593
↓ 5 callers
Method
ComputeCentroid
src/colmap/scene/reconstruction.cc:726
↓ 5 callers
Function
ComputeLargestConnectedComponentImageIds
Computes the largest connected component and returns image ids.
src/colmap/estimators/rotation_averaging.cc:95
↓ 5 callers
Function
ComputeMaximumSpanningTree
src/colmap/math/spanning_tree.cc:131
↓ 5 callers
Function
ComputeSHA256
src/colmap/util/file.cc:444
↓ 5 callers
Function
CreateDatabaseWithRandomDescriptors
Helper to create a database file with images and descriptors.
src/colmap/scene/database_test.cc:820
↓ 5 callers
Function
CreateGridMesh
src/colmap/mvs/mesh_simplification_test.cc:74
↓ 5 callers
Function
CreatePosePriorBundleAdjuster
src/colmap/estimators/bundle_adjustment.cc:374
↓ 5 callers
Function
CreateReversedDescriptors
Helper to create reversed descriptors for testing matcher symmetry.
src/colmap/feature/sift_test.cc:67
↓ 5 callers
Method
DecrementCorrespondenceHasPoint3D
src/colmap/sfm/observation_manager.cc:196
↓ 5 callers
Function
DenseDelaunayMeshing
src/colmap/mvs/delaunay_meshing.cc:942
↓ 5 callers
Method
DescDim
src/colmap/retrieval/visual_index.cc:102
↓ 5 callers
Method
EllipsoidToENU
src/colmap/geometry/gps.cc:180
↓ 5 callers
Method
EmbeddingDim
src/colmap/retrieval/visual_index.cc:104
↓ 5 callers
Function
EnsureTrailingSlash
src/colmap/util/file.cc:62
↓ 5 callers
Function
EstimateCalibratedTwoViewGeometry
src/colmap/estimators/two_view_geometry.cc:731
↓ 5 callers
Function
EstimateSim3dRobust
src/colmap/estimators/solvers/similarity_transform.cc:103
↓ 5 callers
Method
ExifCameraModel
src/colmap/sensor/bitmap.cc:304
↓ 5 callers
Method
ExistsMatches
src/colmap/scene/database_sqlite.cc:585
↓ 5 callers
Function
ExpectEqualReconstructions
src/colmap/controllers/hierarchical_pipeline_test.cc:42
↓ 5 callers
Function
ExpectEqualSim3d
src/colmap/estimators/alignment_test.cc:49
↓ 5 callers
Function
ExpectEquirectangularSeamWrap
src/colmap/estimators/cost_functions/reprojection_error_test.cc:345
↓ 5 callers
Function
ExportBundler
src/colmap/scene/reconstruction_io.cc:313
↓ 5 callers
Method
ExtractColorsForAllImages
src/colmap/scene/reconstruction.cc:1119
↓ 5 callers
Method
FindCommonRegImageIds
src/colmap/scene/reconstruction.cc:853
↓ 5 callers
Function
FindLinearPolynomialRoots
src/colmap/math/polynomial.cc:64
↓ 5 callers
Method
FixedGauge
src/colmap/estimators/bundle_adjustment.cc:58
↓ 5 callers
Function
GenerateReconstructionForAlignment
src/colmap/estimators/alignment_test.cc:57
↓ 5 callers
Method
GetMatches
src/colmap/controllers/matcher_cache.cc:117
↓ 5 callers
Function
GetNumCudaDevices
src/colmap/util/cuda.cc:54
↓ 5 callers
Method
GetP
src/colmap/mvs/image.h:118
↓ 5 callers
Function
GetPythonCallFrame
src/pycolmap/util/logging.cc:21
↓ 5 callers
Method
HasError
src/colmap/scene/point3d.h:66
↓ 5 callers
Method
HasFinalDataIds
src/colmap/scene/frame.h:164
↓ 5 callers
Function
HomographyMatrixFromPose
src/colmap/geometry/homography_matrix.cc:256
↓ 5 callers
Method
IgnorePoint
src/colmap/estimators/bundle_adjustment.cc:227
↓ 5 callers
Method
InterpolateNearestNeighbor
src/colmap/sensor/bitmap.cc:234
↓ 5 callers
Method
IsConnectedToSink
src/colmap/math/graph_cut.h:215
↓ 5 callers
Method
Load
src/colmap/scene/pose_graph.cc:7
↓ 5 callers
Function
MaybeDecomposeRelativePoses
src/colmap/estimators/two_view_geometry.cc:1163
↓ 5 callers
Function
MaybeDownloadAndCacheFile
src/colmap/util/file.cc:523
↓ 5 callers
Function
Mean
src/colmap/math/math.h:257
↓ 5 callers
Method
NextIndex
src/colmap/controllers/image_reader.cc:332
↓ 5 callers
Method
NumBytes
src/colmap/util/cache.h:352
↓ 5 callers
Method
Partition
src/colmap/scene/scene_clustering.cc:48
↓ 5 callers
Method
Read
src/colmap/scene/reconstruction.cc:974
↓ 5 callers
Function
ReadFileAsString
src/colmap/scene/reconstruction_io_test.cc:178
↓ 5 callers
Method
ReadImage
src/colmap/scene/database_sqlite.cc:748
↓ 5 callers
Method
ReadImageWithName
src/colmap/scene/database_sqlite.cc:763
↓ 5 callers
Method
ReadMatches
src/colmap/scene/database_sqlite.cc:878
↓ 5 callers
Method
Reload
src/colmap/ui/database_management_widget.cc:154
↓ 5 callers
Method
ReloadReconstruction
src/colmap/ui/model_viewer_widget.cc:498
↓ 5 callers
Function
RemoveCommandLineArgument
src/colmap/util/misc.cc:38
↓ 5 callers
Method
ResetOptions
src/colmap/controllers/option_manager.cc:1118
↓ 5 callers
Method
Resume
src/colmap/util/timer.cc:54
↓ 5 callers
Function
Rigid3dEq
src/colmap/geometry/rigid3_matchers.h:62
↓ 5 callers
Function
RunAndVerifyRotationAveraging
src/colmap/estimators/rotation_averaging_test.cc:120
↓ 5 callers
Function
RunGlobalPositioning
src/colmap/estimators/global_positioning.cc:442
↓ 5 callers
Method
SensorIds
src/colmap/sensor/rig.h:144
↓ 5 callers
Method
SetPrincipalPointY
src/colmap/scene/camera.h:240
↓ 5 callers
Function
Shuffle
src/colmap/math/random.h:116
↓ 5 callers
Function
SortedErase
src/colmap/mvs/mesh_simplification.cc:113
↓ 5 callers
Method
Update
src/colmap/ui/reconstruction_manager_widget.cc:47
↓ 5 callers
Method
UpdateMovieGrabber
src/colmap/ui/model_viewer_widget.cc:580
↓ 5 callers
Method
Verify
src/colmap/controllers/feature_matching_utils.cc:577
← previous
next →
601–700 of 4,339, ranked by callers