MCPcopy Create free account

hub / github.com/alicevision/AliceVision / functions

Functions5,792 in github.com/alicevision/AliceVision

↓ 1 callersFunctionEncodeResection
-- Camera Resection - Estimation of [Ri|Ti] from xij and Xi [1] -> 5.4 Camera Resectioning The projection is parametrized as : | p11 p12 p13 p14 | P=
src/aliceVision/linearProgramming/lInfinityCV/resection.hpp:47
↓ 1 callersFunctionEncodeTiXi
Encode translation and structure linear program
src/aliceVision/linearProgramming/lInfinityCV/tijsAndXis_From_xi_Ri.hpp:49
↓ 1 callersFunctionEncodeTiXi_withNoise
Encode translation and structure linear program with slack variables in order to handle noisy measurements.
src/aliceVision/linearProgramming/lInfinityCV/tijsAndXis_From_xi_Ri_noise.hpp:52
↓ 1 callersFunctionEncodeTi_from_tij
Setup the linear program to solve the union of relative translation heading directions in a common global coordinate system. - Implementation of the L
src/aliceVision/linearProgramming/lInfinityCV/global_translations_fromTij.hpp:40
↓ 1 callersFunctionEncodeTi_from_tij_OneLambdaPerTrif
Setup the linear program to solve the union of trifocal tensors heading directions in a common global coordinate system. - Implementation of the LINEA
src/aliceVision/linearProgramming/lInfinityCV/global_translations_fromTriplets.hpp:40
↓ 1 callersFunctionEncodeTriangulation
src/aliceVision/linearProgramming/lInfinityCV/triangulation.hpp:42
↓ 1 callersFunctionEncode_histo_relation
src/aliceVision/colorHarmonization/GainOffsetConstraintBuilder.cpp:13
↓ 1 callersMethodError
src/aliceVision/linearProgramming/lInfinityCV/triplet_tijsAndXis_kernel.hpp:36
↓ 1 callersFunctionEvaluteToGT
Compare two camera path (translation and rotation residual after a 5DOF rigid registration) Export computed statistics to a HTLM stream
src/software/utils/precisionEvaluationToGt.hpp:111
↓ 1 callersFunctionF10RelativePose
* @brief Computes the relative pose and two radial disortion coefficients for two cameras from 10 correspondences * Epipolar geometry F + l1 +
src/aliceVision/multiview/relativePose/Fundamental10PSolver.cpp:333
↓ 1 callersFunctionFilterRelativeRotations
Filter the given relative rotations using the known global rotations returns the number of inliers
src/aliceVision/multiview/rotationAveraging/l1.cpp:454
↓ 1 callersFunctionFindMaximumSpanningTree
Look for the maximum spanning tree along the graph of relative rotations since we look for the maximum spanning tree using a minimum spanning tree alg
src/aliceVision/multiview/rotationAveraging/l1.cpp:378
↓ 1 callersFunctionGJ
* @brief GJ elimination * @param[in,out] A * @param[in] rcnt * @param[in] ccnt * @param[in] tol */
src/aliceVision/multiview/resection/P4PfSolver.cpp:27
↓ 1 callersMethodGeometry_guided_matching
* @brief Geometry_guided_matching * @param sfm_data * @param regionsPerView * @param pairIndex * @param dDistanceRatio * @par
src/aliceVision/matchingImageCollection/GeometricFilterMatrix_H_AC.hpp:162
↓ 1 callersFunctionImageIntrinsicsTransform
src/software/utils/main_exportImages.cpp:83
↓ 1 callersMethodImageReadOptions
src/aliceVision/image/io.hpp:227
↓ 1 callersFunctionImageRemoveDistortion
src/software/utils/main_exportImages.cpp:151
↓ 1 callersMethodImageWriteOptions
src/aliceVision/image/io.hpp:269
↓ 1 callersFunctionInitRotationsMST
src/aliceVision/multiview/rotationAveraging/l1.cpp:529
↓ 1 callersFunctionIterativelyReweightedLeastSquares
src/aliceVision/multiview/rotationAveraging/l1.cpp:298
↓ 1 callersFunctionKVLD
src/aliceVision/matching/kvld/kvld.cpp:206
↓ 1 callersFunctionL2RotationAveraging_Refine
src/aliceVision/multiview/rotationAveraging/l2.cpp:214
↓ 1 callersFunctionLABtoXYZ
src/aliceVision/image/imageAlgo.cpp:73
↓ 1 callersMethodLoadFeatures
src/aliceVision/feature/Regions.hpp:55
↓ 1 callersFunctionM3x3transpose
src/aliceVision/depthMap_sycl/sycl/matrix.hpp:69
↓ 1 callersMethodMatch
* @brief Match a Regions to the internal database using the test ratio to improve * the robustness of the match. * * @param[in] f_dist_
src/aliceVision/matching/RegionsMatcher.hpp:126
↓ 1 callersMethodMatch_HashedDescriptions
src/aliceVision/matching/CascadeHasher.hpp:211
↓ 1 callersFunctionNextPermutation
src/aliceVision/feature/akaze/descriptorLIOP.cpp:324
↓ 1 callersFunctionPairwiseMatchingToAdjacencyMatrixSVG
Display pair wises matches as an Adjacency matrix in svg format
src/aliceVision/matching/pairwiseAdjacencyDisplay.hpp:17
↓ 1 callersFunctionRGBtoXYZ
src/aliceVision/image/imageAlgo.cpp:38
↓ 1 callersMethodRQ
src/aliceVision/mvsData/Matrix3x3.hpp:193
↓ 1 callersFunctionRefineRotationsAvgL1IRLS
Refine the global rotations using to the given relative rotations, similar to: "Efficient and Robust Large-Scale Rotation Averaging", Chatterjee and G
src/aliceVision/multiview/rotationAveraging/l1.cpp:661
↓ 1 callersFunctionRobustRegressionL1PD
src/aliceVision/multiview/rotationAveraging/l1.cpp:226
↓ 1 callersFunctionSkewMatMinimal
src/aliceVision/numeric/numeric.cpp:17
↓ 1 callersFunctionSortGray
non descend
src/aliceVision/feature/akaze/descriptorLIOP.cpp:66
↓ 1 callersFunctionSplitRange
src/aliceVision/numeric/numeric.hpp:404
↓ 1 callersFunctionSymmetricMatches
* Symmetric matches filtering : * Suppose matches from dataset A to B stored in vec_matches * Suppose matches from dataset B to A stored in vec_reve
src/aliceVision/matching/filters.hpp:83
↓ 1 callersFunctionThreshNorm
To avoid linear illumination change, we normalize the descriptor. To avoid non-linear illumination change, we threshold the value of each descriptor e
src/aliceVision/feature/akaze/descriptorLIOP.cpp:99
↓ 1 callersFunctionTriangulateNView
src/aliceVision/multiview/triangulation/Triangulation.cpp:19
↓ 1 callersFunctionXYZtoLAB
src/aliceVision/image/imageAlgo.cpp:62
↓ 1 callersFunctionXYZtoRGB
src/aliceVision/image/imageAlgo.cpp:50
↓ 1 callersFunction_FillMappingMatrix
build A in Ax=b
src/aliceVision/multiview/rotationAveraging/l1.cpp:600
↓ 1 callersMethod_collect_variables
Recursively collect variable names from AST
meshroom/aliceVision/SfMFilter.py:48
↓ 1 callersMethod_eval_node
(self, node, obj)
meshroom/aliceVision/SfMFilter.py:67
↓ 1 callersFunction_vl_covdet_check_frame_inside
src/nonFree/sift/vl/covdet.c:3127
↓ 1 callersFunction_vl_det_hessian_response
src/nonFree/sift/vl/covdet.c:1789
↓ 1 callersFunction_vl_dog_response
src/nonFree/sift/vl/covdet.c:1941
↓ 1 callersFunction_vl_harris_response
src/nonFree/sift/vl/covdet.c:1880
↓ 1 callersFunction_vl_scalespace_start_octave_from_image
src/nonFree/sift/vl/scalespace.c:699
↓ 1 callersFunction_vl_scalespace_start_octave_from_previous_octave
src/nonFree/sift/vl/scalespace.c:755
↓ 1 callersFunction_vl_x86cpu_info_init
src/nonFree/sift/vl/host.c:445
↓ 1 callersFunction_vl_x86cpu_info_to_string_copy
src/nonFree/sift/vl/host.c:469
↓ 1 callersMethodadd
src/aliceVision/multiview/triangulation/Triangulation.hpp:112
↓ 1 callersMethodaddChromaticMetadata
* @brief Add chromatic model parameters in metadata * @param[in] The lens data extracted from a LCP file */
src/aliceVision/sfmData/ImageInfo.hpp:513
↓ 1 callersMethodaddDCPMetadata
* @brief Add DCP info in metadata * @param[in] dcpProf The DCP color profile */
src/aliceVision/sfmData/ImageInfo.hpp:453
↓ 1 callersMethodaddEdge
src/aliceVision/fuseCut/MaxFlow_AdjList.hpp:97
↓ 1 callersMethodaddImageDescriber
src/aliceVision/featureEngine/FeatureExtractor.hpp:77
↓ 1 callersMethodaddLandmarks
src/aliceVision/sfmDataIO/AlembicExporter.cpp:526
↓ 1 callersMethodaddLensID
* @brief Set an alternate lens ID for the lens * @param[in] alternate lens ID */
src/aliceVision/lensCorrectionProfile/lcp.hpp:492
↓ 1 callersMethodaddLensModel
* @brief Set an alternate model name for the lens * @param[in] alternate model name */
src/aliceVision/lensCorrectionProfile/lcp.hpp:498
↓ 1 callersMethodaddLine
src/dependencies/htmlDoc/htmlDoc.hpp:153
↓ 1 callersFunctionaddPoints
src/software/pipeline/main_nodalSfM.cpp:244
↓ 1 callersMethodaddPointsFromCameraCenters
src/aliceVision/fuseCut/PointCloud.cpp:645
↓ 1 callersMethodaddPointsFromSfM
src/aliceVision/fuseCut/PointCloud.cpp:593
↓ 1 callersMethodaddRegions
src/aliceVision/feature/RegionsPerView.hpp:94
↓ 1 callersMethodaddSfM
src/aliceVision/sfmDataIO/AlembicExporter.cpp:361
↓ 1 callersMethodaddView
src/aliceVision/sfmDataIO/ExternalAlembicImporter.cpp:157
↓ 1 callersMethodaddVignettingMetadata
* @brief Add vignetting model parameters in metadata * @param[in] The lens data extracted from a LCP file */
src/aliceVision/sfmData/ImageInfo.hpp:498
↓ 1 callersFunctionadd_constraint
src/aliceVision/hdr/QuadProg++.cpp:427
↓ 1 callersFunctionaddition
src/aliceVision/panorama/imageOps.hpp:135
↓ 1 callersMethodadjust
Adjust the scene (& remove outliers)
src/aliceVision/sfm/pipeline/panorama/ReconstructionEngine_panorama.cpp:391
↓ 1 callersFunctionalbedoNormalsProduct
* @brief Evaluate albedo and normal product for one channel */
src/aliceVision/lightingEstimation/lightingEstimation.cpp:22
↓ 1 callersFunctionaliceVision_main
src/software/utils/main_sfmMerge.cpp:318
↓ 1 callersMethodall
src/aliceVision/sfmData/exif.cpp:22
↓ 1 callersMethodanalyzeSource
src/aliceVision/hdr/sampling.cpp:507
↓ 1 callersMethodappendImage
src/software/pipeline/main_panoramaInit.cpp:129
↓ 1 callersMethodappendWithLoop
src/aliceVision/panorama/seams.cpp:269
↓ 1 callersMethodapply
src/aliceVision/image/dcp.cpp:1305
↓ 1 callersMethodapply
src/aliceVision/panorama/laplacianPyramid.cpp:49
↓ 1 callersMethodapply
src/software/pipeline/main_panoramaInit.cpp:81
↓ 1 callersMethodapplyCoreFilter
src/aliceVision/sfm/utils/poseFilter.cpp:508
↓ 1 callersFunctionapplyJson
src/software/utils/main_applyCalibration.cpp:231
↓ 1 callersFunctionapplyOrientation
* @brief Utility function for rotating an image given its orientation metadata. */
src/software/pipeline/main_panoramaInit.cpp:680
↓ 1 callersFunctionapplyRotation
src/aliceVision/photometricStereo/photometricStereo.cpp:692
↓ 1 callersFunctionapplySfmData
src/software/utils/main_applyCalibration.cpp:32
↓ 1 callersFunctionaverage_edge_length
src/dependencies/MeshSDFilter/MeshTypes.h:196
↓ 1 callersFunctionaverage_neighbor_face_centroid_dist
src/dependencies/MeshSDFilter/MeshTypes.h:169
↓ 1 callersMethodbackproject
src/aliceVision/mvsUtils/MultiViewParams.hpp:125
↓ 1 callersFunctionbackward_elimination
src/aliceVision/hdr/QuadProg++.cpp:656
↓ 1 callersMethodbaseRange
src/aliceVision/sfmData/SharedPtrMap.hpp:373
↓ 1 callersFunctionbbox_diag_length
src/dependencies/MeshSDFilter/MeshTypes.h:153
↓ 1 callersFunctionbbox_dimension
src/dependencies/MeshSDFilter/MeshTypes.h:143
↓ 1 callersMethodbeginEpoch
src/aliceVision/sfm/pipeline/expanding/ExpansionHistory.cpp:47
↓ 1 callersFunctionbestNFA
* @brief Find best NFA and its index wrt square error threshold in e. */
src/aliceVision/robustEstimation/ACRansac.hpp:85
↓ 1 callersFunctionbestNFA2
* @brief Find best NFA and its index wrt square error threshold in e. */
src/aliceVision/robustEstimation/NACRansac.hpp:22
↓ 1 callersMethodbilinear
src/aliceVision/depthMap_sycl/sycl/DeviceMipmapImage.hpp:128
↓ 1 callersFunctionbootstrapBase
src/aliceVision/sfm/pipeline/bootstrapping/Bootstrap.cpp:20
↓ 1 callersFunctionbootstrapDepth
src/aliceVision/sfm/pipeline/bootstrapping/Bootstrap.cpp:178
↓ 1 callersFunctionbootstrapMesh
src/aliceVision/sfm/pipeline/bootstrapping/Bootstrap.cpp:90
↓ 1 callersMethodbuild
src/aliceVision/voctree/TreeBuilder.hpp:85
← previousnext →1,701–1,800 of 5,792, ranked by callers