Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alicevision/AliceVision
/ functions
Functions
5,792 in github.com/alicevision/AliceVision
⨍
Functions
5,792
◇
Types & classes
1,022
↓ 1 callers
Function
iterativeReweightedLeastSquares
src/aliceVision/robustEstimation/LORansac.hpp:46
↓ 1 callers
Function
l2_sse
Euclidean distance (SSE method) (squared result)
src/aliceVision/feature/metric.hpp:94
↓ 1 callers
Function
labelsToMask
src/software/pipeline/main_imageSegmentation.cpp:69
↓ 1 callers
Function
laplacianPyramid
src/aliceVision/image/imageAlgo.cpp:632
↓ 1 callers
Function
lightCalibration
src/aliceVision/lightingEstimation/lightingCalibration.cpp:39
↓ 1 callers
Function
lightCalibrationOneImage
src/aliceVision/lightingEstimation/lightingCalibration.cpp:188
↓ 1 callers
Function
linToLum
src/software/utils/main_colorCheckerCorrection.cpp:63
↓ 1 callers
Function
lineLineIntersect
src/aliceVision/mvsData/geometry.cpp:50
↓ 1 callers
Function
lineLineIntersect
* @brief Calculate the line segment PaPb that is the shortest route between two lines p1-p2 and p3-p4. * Calculate also the values of mua and
src/aliceVision/depthMap_sycl/sycl/matrix.hpp:153
↓ 1 callers
Function
lineSegmentHexahedronIntersection
src/aliceVision/mvsUtils/common.cpp:371
↓ 1 callers
Function
lineToBorderPoints
src/aliceVision/matching/svgVisualization.cpp:473
↓ 1 callers
Function
linuxGetAvailableRam
src/aliceVision/system/MemoryInfo.cpp:36
↓ 1 callers
Function
listCudaDevices
src/aliceVision/depthMap/cuda/host/utils.cpp:16
↓ 1 callers
Function
listFiles
* @brief Recursively list all files from a folder with a specific extension * @param[in] folderOrFile A file or folder path * @param[in] extensions
src/software/pipeline/main_cameraInit.cpp:61
↓ 1 callers
Function
listImages
src/aliceVision/image/io.cpp:1460
↓ 1 callers
Function
load
src/aliceVision/voctree/VocabularyTree.hpp:389
↓ 1 callers
Method
load
src/aliceVision/feature/Descriptor.hpp:99
↓ 1 callers
Function
load3x4MatrixFromFile
src/aliceVision/mvsUtils/fileIO.cpp:360
↓ 1 callers
Function
loadAncestor
src/aliceVision/sfmDataIO/jsonIO.cpp:141
↓ 1 callers
Function
loadAncestors
src/aliceVision/sfmDataIO/usdIO.cpp:1131
↓ 1 callers
Function
loadCameraPose
* @brief Load a Pose3 from a boost property tree. * @param[in] name The Pose3 name ( "" = no name ) * @param[out] pose The output Pose3 * @param[in
src/aliceVision/sfmDataIO/jsonIO.hpp:120
↓ 1 callers
Function
loadConstraintPoints
src/aliceVision/sfmDataIO/usdIO.cpp:1476
↓ 1 callers
Function
loadConstraints2D
src/aliceVision/sfmDataIO/usdIO.cpp:1421
↓ 1 callers
Function
loadGeometricInfos
src/aliceVision/matchingImageCollection/GeometricInfo.cpp:57
↓ 1 callers
Function
loadImage
src/aliceVision/mvsUtils/fileIO.cpp:386
↓ 1 callers
Function
loadImageGroup
src/aliceVision/sfmDataIO/jsonIO.cpp:162
↓ 1 callers
Function
loadImageGroups
src/aliceVision/sfmDataIO/usdIO.cpp:1386
↓ 1 callers
Function
loadIntrinsic
src/aliceVision/sfmDataIO/jsonIO.cpp:273
↓ 1 callers
Function
loadIntrinsics
src/aliceVision/sfmDataIO/usdIO.cpp:1196
↓ 1 callers
Function
loadLandmark
src/aliceVision/sfmDataIO/jsonIO.cpp:567
↓ 1 callers
Function
loadLandmarkTable
src/aliceVision/sfmDataIO/usdIO.cpp:1579
↓ 1 callers
Function
loadLightDirections
src/aliceVision/photometricStereo/photometricDataIO.cpp:59
↓ 1 callers
Function
loadLightIntensities
src/aliceVision/photometricStereo/photometricDataIO.cpp:28
↓ 1 callers
Function
loadLightSH
src/aliceVision/photometricStereo/photometricDataIO.cpp:97
↓ 1 callers
Function
loadMatchesFromFolder
* Load and add pair-wise matches to \p matches from all files in \p folder matching \p pattern. * @param[out] matches PairwiseMatches to add loaded m
src/aliceVision/matching/io.cpp:174
↓ 1 callers
Function
loadPLY
src/aliceVision/sfmDataIO/plyIO.cpp:110
↓ 1 callers
Function
loadPoses
src/aliceVision/sfmDataIO/usdIO.cpp:1140
↓ 1 callers
Function
loadRegions
src/aliceVision/sfm/pipeline/regionsIO.cpp:27
↓ 1 callers
Function
loadRig
src/aliceVision/sfmDataIO/jsonIO.cpp:500
↓ 1 callers
Function
loadRigs
src/aliceVision/sfmDataIO/usdIO.cpp:1332
↓ 1 callers
Function
loadRotationPriors
src/aliceVision/sfmDataIO/usdIO.cpp:1507
↓ 1 callers
Function
loadSfMMetadata
src/aliceVision/sfmDataIO/usdIO.cpp:1047
↓ 1 callers
Function
loadSurveyPoints
src/aliceVision/sfmDataIO/usdIO.cpp:1543
↓ 1 callers
Function
loadSurveyPoints
src/aliceVision/sfmDataIO/jsonIO.cpp:636
↓ 1 callers
Function
loadUSD
* Load strategy: * - Open one stage from `filename`. * - USD composition resolves relationships and payload arcs automatically. * - Readers below o
src/aliceVision/sfmDataIO/usdIO.cpp:1817
↓ 1 callers
Function
loadViewsAndViewImageInfos
src/aliceVision/sfmDataIO/usdIO.cpp:1062
↓ 1 callers
Function
localOptimization
src/aliceVision/robustEstimation/LORansac.hpp:175
↓ 1 callers
Function
localizeNext
src/software/pipeline/main_nodalSfM.cpp:180
↓ 1 callers
Method
locateNearestVertex
src/aliceVision/fuseCut/Kdtree.hpp:122
↓ 1 callers
Function
logDeviceMemoryInfo
src/aliceVision/depthMap/cuda/host/utils.cpp:84
↓ 1 callers
Method
logRcTcDepthInformation
src/aliceVision/depthMap/SgmDepthList.cpp:222
↓ 1 callers
Method
logRcTcDepthInformation
src/aliceVision/depthMap_sycl/SgmDepthList.cpp:222
↓ 1 callers
Function
log_inputs
(output_dir: Path, input_files: list[Path])
src/cmake/darwin_bundle.py:402
↓ 1 callers
Function
loopyImageExtract
src/aliceVision/panorama/imageOps.hpp:282
↓ 1 callers
Function
makelogcombi_k
src/aliceVision/robustEstimation/ACRansac.hpp:58
↓ 1 callers
Function
makelogcombi_n
src/aliceVision/robustEstimation/ACRansac.hpp:47
↓ 1 callers
Function
match
(input, regex)
meshroom/aliceVision/SfMFilter.py:15
↓ 1 callers
Function
matchesGridFiltering
src/aliceVision/matching/matchesFiltering.cpp:68
↓ 1 callers
Function
matchesGridFilteringForAllPairs
src/aliceVision/matching/matchesFiltering.cpp:140
↓ 1 callers
Function
meanAndStd
src/aliceVision/matchingImageCollection/geometricFilterUtils_test.cpp:16
↓ 1 callers
Function
meanFocalLength
src/aliceVision/sfm/utils/statistics.cpp:74
↓ 1 callers
Function
meanLandmarks2viewsPose
src/aliceVision/sfm/utils/statistics.cpp:130
↓ 1 callers
Method
memoryConsuption
src/aliceVision/featureEngine/FeatureExtractor.hpp:41
↓ 1 callers
Function
mergeDepthPixSizeMapTiles
src/aliceVision/depthMap/depthMapUtils.cpp:330
↓ 1 callers
Function
mergeDepthPixSizeMapTiles
src/aliceVision/depthMap_sycl/depthMapUtils.cpp:332
↓ 1 callers
Function
meshMasking
src/software/pipeline/main_meshMasking.cpp:346
↓ 1 callers
Function
mesh_center
src/dependencies/MeshSDFilter/MeshTypes.h:159
↓ 1 callers
Function
mesh_facet_edges_length
src/aliceVision/mesh/meshVisibility.cpp:68
↓ 1 callers
Function
middleburySceneToSfmData
src/aliceVision/sfmDataIO/middlebury.cpp:74
↓ 1 callers
Method
minValId
src/aliceVision/mvsData/StaticVector.hpp:135
↓ 1 callers
Method
mldivide
src/aliceVision/mvsData/Matrix3x3.hpp:184
↓ 1 callers
Function
modelExplore
src/aliceVision/sphereDetection/sphereDetection.cpp:71
↓ 1 callers
Function
motionFromEssentialChooseSolution
HZ 9.6 pag 259 (9.6.3 Geometrical interpretation of the 4 solutions)
src/aliceVision/multiview/essential.cpp:118
↓ 1 callers
Function
nextPrimeGreaterOrEqualTo
src/aliceVision/image/diffusion.hpp:266
↓ 1 callers
Function
normal2PQ
src/aliceVision/photometricStereo/normalIntegration.cpp:399
↓ 1 callers
Method
notifyDestroy
src/aliceVision/image/cache.cpp:397
↓ 1 callers
Function
num2strThreeDigits
src/aliceVision/mvsUtils/common.cpp:731
↓ 1 callers
Method
operator()
src/aliceVision/hdr/rgbCurve.cpp:373
↓ 1 callers
Method
optimizeChunks
src/aliceVision/panorama/panoramaMap.cpp:181
↓ 1 callers
Method
orient
(A,B) = (0,1) or (1,2) or (2,0)
src/aliceVision/mesh/Mesh.cpp:1557
↓ 1 callers
Function
orientedPointPlaneDistanceNormalizedNormal
src/aliceVision/depthMap_sycl/sycl/planeSweeping/deviceDepthSimilarityMap.cpp:15
↓ 1 callers
Function
outerMultiply
src/aliceVision/depthMap_sycl/sycl/matrix.hpp:82
↓ 1 callers
Function
parseAlignScale
src/software/utils/main_sfmTransform.cpp:153
↓ 1 callers
Function
parseLineUp
src/software/utils/main_sfmTransform.cpp:383
↓ 1 callers
Function
parseManualTransform
src/software/utils/main_sfmTransform.cpp:175
↓ 1 callers
Function
parse_args
()
src/cmake/darwin_bundle.py:381
↓ 1 callers
Method
parse_expression
Safely evaluate expression against object
meshroom/aliceVision/SfMFilter.py:61
↓ 1 callers
Function
parse_url
Retrieve org, name and version from url
src/cmake/check_dependencies_releases.py:82
↓ 1 callers
Method
pickNormal
src/aliceVision/mesh/MeshIntersection.cpp:63
↓ 1 callers
Method
pickPointAndNormal
* @brief method to get coordinates and normals of a pixel of an image * @param point result point in some global coordinates frame * @param
src/aliceVision/sfmData/MeshPointFetcher.hpp:61
↓ 1 callers
Function
plateauSigmoidFunction
src/aliceVision/hdr/rgbCurve.cpp:192
↓ 1 callers
Function
pointLineDistance3D
src/aliceVision/depthMap_sycl/sycl/matrix.hpp:114
↓ 1 callers
Method
postProcessHighlight
src/aliceVision/hdr/hdrMerge.cpp:193
↓ 1 callers
Function
postprocess_dilate
src/aliceVision/imageMasking/imageMasking.cpp:112
↓ 1 callers
Function
postprocess_erode
src/aliceVision/imageMasking/imageMasking.cpp:114
↓ 1 callers
Function
postprocess_invert
src/aliceVision/imageMasking/imageMasking.cpp:94
↓ 1 callers
Function
preconditionerFromImageSize
src/aliceVision/robustEstimation/conditioning.cpp:33
↓ 1 callers
Function
preconditionerFromPoints
HZ 4.4.4 pag.109
src/aliceVision/robustEstimation/conditioning.cpp:15
↓ 1 callers
Function
predict
src/aliceVision/sphereDetection/sphereDetection.cpp:125
↓ 1 callers
Function
prepareDenseScene
src/software/pipeline/main_prepareDenseScene.cpp:89
← previous
next →
2,201–2,300 of 5,792, ranked by callers