MCPcopy Create free account

hub / github.com/alicevision/AliceVision / functions

Functions5,792 in github.com/alicevision/AliceVision

↓ 6 callersFunctionencodeEpipolarEquation
src/aliceVision/multiview/epipolarEquation.hpp:36
↓ 6 callersFunctionextractNumberFromFileStem
src/aliceVision/sfmDataIO/viewIO.cpp:348
↓ 6 callersMethodfindView
src/aliceVision/sfmData/SfMData.cpp:408
↓ 6 callersMethodfit
src/aliceVision/multiview/relativePose/EssentialKernel.hpp:41
↓ 6 callersMethodfit
* @brief This function is called to estimate the model from the minimum number * of sample \p minSample (i.e. minimal problem solver). * @pa
src/aliceVision/robustEstimation/LineKernel.hpp:82
↓ 6 callersFunctiongetCommonTracksInImagesFast
src/aliceVision/track/tracksUtils.cpp:85
↓ 6 callersMethodgetDoubleMetadata
src/aliceVision/sfmData/ImageInfo.cpp:115
↓ 6 callersMethodgetHorizontalFov
src/aliceVision/camera/Equidistant.cpp:320
↓ 6 callersFunctiongetInputScene
src/aliceVision/sfm/utils/syntheticScene.cpp:48
↓ 6 callersMethodgetMetadataDateTimestamp
src/aliceVision/sfmData/ImageInfo.hpp:386
↓ 6 callersMethodgetMinimumNbRequiredSamples
* @brief Return the minimum number of required samples * @return minimum number of required samples */
src/aliceVision/robustEstimation/LineKernel.hpp:55
↓ 6 callersMethodgetPointFetcher
* @brief Get the point fetcher * @return The point fetcher */
src/aliceVision/sfmData/Landmark.hpp:235
↓ 6 callersMethodgetVertexIndex
src/aliceVision/fuseCut/Tetrahedralization.cpp:241
↓ 6 callersFunctionhomogeneousToEuclidean
src/aliceVision/numeric/projection.cpp:156
↓ 6 callersMethodindexOf
src/aliceVision/mvsData/StaticVector.hpp:111
↓ 6 callersMethodindexOfSorted
src/aliceVision/mvsData/StaticVector.hpp:117
↓ 6 callersMethodinit
src/aliceVision/sfm/utils/poseFilter.cpp:434
↓ 6 callersMethodisEmpty
src/aliceVision/sfm/pipeline/sequential/ReconstructionEngine_sequentialSfM.cpp:1716
↓ 6 callersFunctionisPoleInTriangle
src/aliceVision/panorama/remapBbox.cpp:14
↓ 6 callersFunctionisRawFormat
src/aliceVision/image/io.cpp:583
↓ 6 callersMethodisValid
src/aliceVision/sfmData/SharedPtrMap.hpp:326
↓ 6 callersMethodisVideo
* @brief Return true if the feed is a video. * * @return True if the feed is a video. */
src/aliceVision/dataio/FeedProvider.hpp:93
↓ 6 callersFunctionloadFeatsFromFile
src/aliceVision/feature/PointFeature.hpp:90
↓ 6 callersFunctionloadImageList
Load an image file list One basename per line. It handle different scenario based on the intrinsic info of the tested image - a camera without exif da
src/software/utils/sfmHelper/sfmIOHelper.hpp:71
↓ 6 callersMethodlock
src/software/pipeline/main_meshMasking.cpp:54
↓ 6 callersFunctionmergeFloatMapTiles
src/aliceVision/depthMap/depthMapUtils.cpp:313
↓ 6 callersFunctionmergeFloatMapTiles
src/aliceVision/depthMap_sycl/depthMapUtils.cpp:315
↓ 6 callersMethodproject
src/aliceVision/camera/Equirectangular.cpp:34
↓ 6 callersFunctionrandomPose
src/aliceVision/geometry/Pose3.hpp:93
↓ 6 callersFunctionrangeComputation
src/aliceVision/system/Parallelization.cpp:12
↓ 6 callersFunctionreadImageDirect
src/aliceVision/image/io.cpp:1286
↓ 6 callersMethodrelease
src/aliceVision/depthMap_sycl/DepthMapEstimator.hpp:84
↓ 6 callersFunctionremap_float2uint8
src/aliceVision/imageMasking/imageMasking.cpp:25
↓ 6 callersMethodreset
src/aliceVision/sfmDataIO/AlembicImporter.cpp:142
↓ 6 callersFunctionrobustModelEstimation
src/aliceVision/matchingImageCollection/GeometricFilter.hpp:43
↓ 6 callersMethodsetCircleCenterX
src/aliceVision/camera/Equidistant.hpp:131
↓ 6 callersMethodsetCircleCenterY
src/aliceVision/camera/Equidistant.hpp:135
↓ 6 callersMethodsetCircleRadius
src/aliceVision/camera/Equidistant.hpp:127
↓ 6 callersMethodsetEmorInv
src/aliceVision/hdr/rgbCurve.cpp:117
↓ 6 callersMethodsetFeaturesProvider
src/aliceVision/sfm/pipeline/global/ReconstructionEngine_globalSfM.cpp:69
↓ 6 callersMethodsetMatchesProvider
src/aliceVision/sfm/pipeline/global/ReconstructionEngine_globalSfM.cpp:100
↓ 6 callersMethodsetMatrix
src/aliceVision/robustEstimation/ISolver.hpp:100
↓ 6 callersMethodsetReferenceView
* @brief Set the reference view. * * Sets the view that serves as the reference frame for this landmark's 3D position. * This is used
src/aliceVision/sfmData/Landmark.hpp:78
↓ 6 callersMethodsetUndistortionObject
src/aliceVision/camera/IntrinsicScaleOffsetDisto.hpp:287
↓ 6 callersFunctionsigmoid
* @brief Sigmoid function filtering * @note f(x) = min + (max-min) * \frac{1}{1 + e^{10 * (x - mid) / width}} * @see https://www.desmos.com/calculat
src/aliceVision/depthMap_sycl/sycl/matrix.hpp:226
↓ 6 callersMethodsolve
src/aliceVision/robustEstimation/ISolver.hpp:73
↓ 6 callersFunctionvl_scalespace_get_level_sigma
src/nonFree/sift/vl/scalespace.c:430
↓ 5 callersFunctionCoeffsForCubicZeros
Find the polynomial coefficients of x in the equation (x - a)(x - b)(x - c) == 0 by expanding to x^3 - (c+b+a) * x^2 + (a*b+(b+a)*c) * x - a*b*c =
src/aliceVision/numeric/polynomial_test.cpp:26
↓ 5 callersFunctionConvertPixelType
src/aliceVision/image/conversion.hpp:105
↓ 5 callersFunctionCountElements
src/aliceVision/numeric/Container.hpp:14
↓ 5 callersFunctionEDISTORTION_enumToString
src/aliceVision/camera/cameraCommon.hpp:146
↓ 5 callersFunctionEInitMode_stringToEnum
* @brief convert a string init mode to its corresponding enum EInitMode * @param String * @return EInitMode */
src/aliceVision/camera/IntrinsicInitMode.hpp:55
↓ 5 callersFunctionERawColorInterpretation_enumToString
src/aliceVision/image/io.cpp:455
↓ 5 callersFunctionEVerboseLevel_stringToEnum
src/aliceVision/system/Logger.cpp:55
↓ 5 callersFunctionFrobeniusNorm
src/aliceVision/numeric/numeric.hpp:343
↓ 5 callersMethodGetXbinsValue
Get XbinsValue
src/aliceVision/utils/Histogram.hpp:91
↓ 5 callersFunctionGlobalRotationsRobust
Robustly estimate global rotations from relative rotations as in: "Efficient and Robust Large-Scale Rotation Averaging", Chatterjee and Govindu, 2013
src/aliceVision/multiview/rotationAveraging/l1.cpp:575
↓ 5 callersMethodLandmark
* @brief Default constructor */
src/aliceVision/sfmData/Landmark.hpp:34
↓ 5 callersFunctionLookAt
src/aliceVision/numeric/numeric.cpp:49
↓ 5 callersMethodSearchNeighbour
* Search the nearest Neighbor of the scalar array query. * * \param[in] query The query array * \param[out] indice The indice
src/aliceVision/matching/ArrayMatcher_bruteForce.hpp:63
↓ 5 callersFunctionSetup_RelativeTranslations_AndNviewDataset
src/aliceVision/multiview/translationAveraging/translationAveragingTest.hpp:77
↓ 5 callersMethodTrack
src/aliceVision/track/Track.hpp:76
↓ 5 callersFunctionTriangulateSphericalDLT
* let v = R.transpose() * x; (to get a world coordinates direction) * then lambda * v = X - center * (v) cross (X - center) = 0 * [v]x*X - [V]x*center
src/aliceVision/multiview/triangulation/triangulationDLT.cpp:43
↓ 5 callersFunction_vl_resize_buffer
src/nonFree/sift/vl/covdet.c:955
↓ 5 callersMethodaddCameraKeyframe
src/aliceVision/sfmDataIO/AlembicExporter.cpp:761
↓ 5 callersMethodaddDistortion
src/aliceVision/camera/DistortionRadial.cpp:18
↓ 5 callersMethodaddDistortion
src/aliceVision/camera/DistortionFisheye1.cpp:12
↓ 5 callersMethodaddDistortion
src/aliceVision/camera/DistortionFisheye.cpp:12
↓ 5 callersFunctionaffine2DFromCorrespondencesLinear
It gives the following system A x = B : | X1 Y1 0 0 1 0 | | a | | X2 | | 0 0 X1 Y1 0 1 | | b | = | Y2 | ... | c | .. | d | | x |
src/aliceVision/multiview/affineSolver.cpp:26
↓ 5 callersMethodapply
src/aliceVision/sfm/utils/poseFilter.cpp:558
↓ 5 callersFunctionbootstrapView
src/aliceVision/sfmDataIO/viewIO.cpp:62
↓ 5 callersFunctioncheckElements
src/aliceVision/voctree/SimpleKmeans.hpp:246
↓ 5 callersFunctioncolorizeTracks
src/aliceVision/sfmData/colorize.cpp:23
↓ 5 callersFunctioncomputeTemporalSmoothness
src/aliceVision/sfm/bundle/bundleAdjustment_temporalConstraint_test.cpp:22
↓ 5 callersMethodelapsed_time
src/dependencies/MeshSDFilter/SDFilter.h:309
↓ 5 callersFunctioneuclideanToHomogeneous
src/aliceVision/numeric/projection.cpp:158
↓ 5 callersMethodfilter
src/aliceVision/hdr/sampling.cpp:552
↓ 5 callersFunctionfunc_XYZtoLAB
src/aliceVision/image/imageAlgo.cpp:22
↓ 5 callersFunctiongetAbcUserProperties
src/aliceVision/sfmDataIO/AlembicImporter.cpp:99
↓ 5 callersFunctiongetCCTagId
src/aliceVision/feature/cctag/ImageDescriber_CCTAG.hpp:125
↓ 5 callersMethodgetCommonDescTypes
src/aliceVision/feature/FeaturesPerView.cpp:33
↓ 5 callersFunctiongetCommonTracksInImages
src/aliceVision/track/tracksUtils.cpp:18
↓ 5 callersMethodgetDescriberType
src/aliceVision/feature/cctag/ImageDescriber_CCTAG.cpp:64
↓ 5 callersFunctiongetDistortionType
src/aliceVision/camera/camera.cpp:169
↓ 5 callersFunctiongetFileNameFromViewId
src/aliceVision/mvsUtils/fileIO.cpp:18
↓ 5 callersMethodgetLevel
src/aliceVision/depthMap_sycl/sycl/DeviceMipmapImage.cpp:19
↓ 5 callersFunctiongetMapFromMetadata
src/aliceVision/image/io.cpp:515
↓ 5 callersFunctiongetMemoryInfo
src/aliceVision/system/MemoryInfo.cpp:62
↓ 5 callersMethodgetMinimumNbRequiredSamples
* @brief Return the minimum number of required samples * @return minimum number of required samples */
src/aliceVision/multiview/relativePose/Rotation3PSolver.hpp:28
↓ 5 callersMethodgetNbCameras
src/aliceVision/fuseCut/delaunayGraphCutTypes.hpp:41
↓ 5 callersMethodgetNbPosesPerState
* @brief Return the number of poses with the given EEstimatorParameterState. * @param[in] state The given EEstimatorParameterState. * @retur
src/aliceVision/sfm/LocalBundleAdjustmentGraph.hpp:64
↓ 5 callersFunctiongetPairs
List the pairs used by the relative rotations
src/aliceVision/multiview/rotationAveraging/common.hpp:38
↓ 5 callersFunctiongetPixelFor3DPoint
src/aliceVision/depthMap_sycl/sycl/Patch.hpp:126
↓ 5 callersMethodgetRay
src/software/utils/main_split360Images.cpp:64
↓ 5 callersFunctiongetRotationMagnitude
src/aliceVision/numeric/numeric.cpp:39
↓ 5 callersMethodgetState
src/aliceVision/sfmData/CameraPose.hpp:86
↓ 5 callersMethodgetTriOtherPtsIds
src/aliceVision/mesh/Mesh.cpp:2281
↓ 5 callersMethodgetValue
* @brief Access curve value at the specified index and channel * @param[in] index * @param[in] channel * @return the value at the index
src/aliceVision/hdr/rgbCurve.hpp:348
↓ 5 callersMethodgetVerticalFov
src/aliceVision/camera/Pinhole.cpp:229
↓ 5 callersMethodhasGpsMetadata
src/aliceVision/sfmData/ImageInfo.cpp:147
← previousnext →601–700 of 5,792, ranked by callers