MCPcopy Create free account

hub / github.com/cdcseacave/openMVS / functions

Functions3,741 in github.com/cdcseacave/openMVS

MethodDisparity2DepthMap
Compute the depth-map for the un-rectified image from the given disparity-map of the rectified image
libs/MVS/SemiGlobalMatcher.cpp:1870
MethodDisparity2Distance
converts the given disparity at the rectified image coordinates into the distance from the camera position to the corresponding 3D point; note: the di
libs/MVS/Image.cpp:436
MethodDisparity2RangeMap
Compute search range from the given disparity-map and setup pixel-map at twice the scale; the validity mask-map is considered as well and upscaled in
libs/MVS/SemiGlobalMatcher.cpp:1357
MethodDisparityMap2Image
export disparity-map as an image (red - maximum disparity, blue - minimum disparity)
libs/MVS/SemiGlobalMatcher.cpp:2195
MethodDisplayState
extract disparity and range from the pixel-map
libs/MVS/SemiGlobalMatcher.cpp:1823
MethodDistCoeff
apps/InterfaceMetashape/InterfaceMetashape.cpp:181
FunctionDistance
compute the distance from the camera to the given 3D point
libs/MVS/Camera.h:270
MethodDoubleAttribute
libs/IO/TinyXML2.cpp:1643
FunctionDoubleValue
Query as a double. See IntValue()
libs/IO/TinyXML2.h:1181
MethodDrawCircle
libs/MVS/Scene.cpp:2548
MethodDropCallback
apps/Viewer/Window.cpp:540
MethodDump
Save image as raw data.
libs/IO/Image.cpp:928
MethodDynArray
libs/IO/TinyXML2.h:197
MethodECEFToENU
libs/Math/GeodeticTransforms.cpp:62
MethodECEFToWGS84
libs/Math/GeodeticTransforms.cpp:38
MethodENUToECEF
libs/Math/GeodeticTransforms.cpp:86
MethodENUToWGS84
libs/Math/GeodeticTransforms.cpp:122
FunctionEPSILONTOLERANCE
libs/Common/Maths.h:875
MethodEVTAdjustDepthMap
libs/MVS/SceneDensify.cpp:119
MethodEVTClose
apps/Viewer/Scene.cpp:53
MethodEVTClose
libs/MVS/SceneRefine.cpp:273
MethodEVTClose
libs/MVS/SemiGlobalMatcher.cpp:452
MethodEVTClose
libs/MVS/SceneDensify.cpp:80
MethodEVTEstimateDepthMap
libs/MVS/SceneDensify.cpp:94
MethodEVTFail
libs/MVS/SceneDensify.cpp:75
MethodEVTFilterDepthMap
libs/MVS/SceneDensify.cpp:113
MethodEVTInitImage
libs/MVS/SceneRefine.cpp:296
MethodEVTLoadImage
apps/Viewer/Scene.cpp:75
MethodEVTOptimizeDepthMap
libs/MVS/SceneDensify.cpp:100
MethodEVTPixelAccumDec
libs/MVS/SemiGlobalMatcher.cpp:497
MethodEVTPixelAccumInc
libs/MVS/SemiGlobalMatcher.cpp:483
MethodEVTPixelProcess
libs/MVS/SemiGlobalMatcher.cpp:468
MethodEVTProcessImage
libs/MVS/SceneDensify.cpp:87
MethodEVTProcessPair
libs/MVS/SceneRefine.cpp:317
MethodEVTProjectMesh
libs/MVS/SceneRefine.cpp:307
MethodEVTSaveDepthMap
libs/MVS/SceneDensify.cpp:106
MethodEVTSelectNeighbors
libs/MVS/SceneRefine.cpp:285
MethodEVTSmoothVertices1
libs/MVS/SceneRefine.cpp:327
MethodEVTSmoothVertices2
libs/MVS/SceneRefine.cpp:337
MethodEVTWorkflowDensify
apps/Viewer/Scene.cpp:142
MethodEVTWorkflowEstimateROI
apps/Viewer/Scene.cpp:112
MethodEVTWorkflowReconstructMesh
apps/Viewer/Scene.cpp:186
MethodEVTWorkflowRefineMesh
apps/Viewer/Scene.cpp:200
MethodEVTWorkflowTextureMesh
apps/Viewer/Scene.cpp:223
MethodEdge
libs/MVS/SceneTexture.cpp:169
MethodEject
libs/MVS/DMapCache.cpp:108
MethodEjectOldest
libs/MVS/DMapCache.cpp:118
MethodEmpty
libs/Common/List.h:1693
MethodEmpty
libs/Common/Queue.h:213
MethodEmptyDelete
Delete also the pointers (take care to use this function only if the elements are pointers).
libs/Common/List.h:1241
MethodEnableMemoryCheck
libs/MVS/DMapCache.h:60
FunctionEnableOpenGLDebugOutput
Enable OpenGL debug output (requires OpenGL 4.3+ debug context)
apps/Viewer/OpenGLDebug.h:172
MethodEnd
libs/Common/List.h:1631
MethodEndDepthMapTmp
remove all estimates with too big score and invert confidence map
libs/MVS/SceneDensify.cpp:422
MethodEnsureCapacity
libs/IO/TinyXML2.h:291
MethodEnsurePickFBOSize
apps/Viewer/Renderer.cpp:1581
MethodEnter
libs/Common/CriticalSection.h:102
MethodError
libs/Common/AutoEstimator.h:592
MethodError
libs/Common/AutoEstimator.h:651
FunctionErrorID
Return the errorID.
libs/IO/TinyXML2.h:1873
MethodErrorIDToName
static*/
libs/IO/TinyXML2.cpp:2494
MethodErrorIndex
libs/Common/AutoEstimator.h:83
FunctionErrorLineNum
Return the line where the error occurred, or zero if unknown.
libs/IO/TinyXML2.h:1888
MethodErrorName
libs/IO/TinyXML2.cpp:2513
MethodErrorStr
libs/IO/TinyXML2.cpp:2502
MethodEstimateConfidenceFromDepth
estimate confidence map from depth-map variation in a window; the estimated confidence is the mean of the depth differences to the 3 closer pixel to t
libs/MVS/DepthMap.cpp:1670
MethodEstimateConfidenceFromNormal
estimate confidence map from normal variance in a window
libs/MVS/DepthMap.cpp:1712
MethodEstimateDepthMap
libs/MVS/PatchMatchCUDA.cpp:183
MethodEstimateDepthMapTmp
run propagation and random refinement cycles
libs/MVS/SceneDensify.cpp:413
MethodEstimateGroundPlane
estimate the ground-plane as the plane agreeing with most points - planeThreshold: threshold used to estimate the ground plane (0 - auto)
libs/MVS/PointCloud.cpp:247
MethodEstimateNeighborViewsPointCloud
create a virtual point-cloud to be used to initialize the neighbor view from image pair points at the intersection of the viewing directions
libs/MVS/Scene.cpp:1188
MethodEstimateNormalMap
libs/MVS/DepthMap.cpp:1574
MethodEstimatePlane
Robustly estimate the plane that fits best the given points
libs/MVS/DepthMap.cpp:1349
MethodEstimatePlaneLockFirstPoint
EstimatePlane Robustly estimate the plane that fits best the given points, making sure the first point is part of the solution (if any)
libs/MVS/DepthMap.cpp:1354
MethodEstimatePlaneTh
EstimatePlaneLockFirstPoint Robustly estimate the plane that fits best the given points using a known threshold
libs/MVS/DepthMap.cpp:1359
MethodEstimatePlaneThLockFirstPoint
EstimatePlaneTh Robustly estimate the plane that fits best the given points using a known threshold, making sure the first point is part of the soluti
libs/MVS/DepthMap.cpp:1364
MethodEstimatePointColors
estimate the colors of the given dense point-cloud
libs/MVS/DepthMap.cpp:1394
MethodEstimatePointNormals
estimates the normals through PCA over the K nearest neighbors
libs/MVS/DepthMap.cpp:1519
MethodEstimateRotationAlignment
estimate robustly the rotation that best maps srcRots to dstRots (dstR = srcR * alignR)
libs/Math/SimilarityTransform.cpp:69
MethodEvaluate
libs/MVS/SceneRefine.cpp:1254
MethodEvaluateModel
libs/Common/AutoEstimator.h:588
MethodEvaluateModel
libs/Common/AutoEstimator.h:647
MethodEvaluateModel
libs/MVS/DepthMap.cpp:1261
MethodEvent
libs/Common/EventQueue.h:29
MethodEventRT
libs/Common/UtilCUDA.h:214
MethodEventWorkflow
apps/Viewer/Scene.cpp:85
MethodExecute
apps/Viewer/Scene.cpp:108
MethodExecute
apps/Viewer/Scene.cpp:118
MethodExecute
apps/Viewer/Scene.cpp:148
MethodExecute
apps/Viewer/Scene.cpp:192
MethodExecute
apps/Viewer/Scene.cpp:206
MethodExists
Checks whether the specified key exists is in the hash
libs/Common/Hash.h:131
MethodExp
libs/Math/RobustNorms.h:66
FunctionExpandFilePath
libs/IO/tiny_gltf.h:2617
MethodExportCamerasEngin
libs/MVS/SemiGlobalMatcher.cpp:2333
MethodExportConfidenceMap
export confidence map as an image (dark - low confidence, light - high confidence)
libs/MVS/DepthMap.cpp:1875
MethodExportDepthDataRaw
- IDs are the reference view ID and neighbor view IDs used to estimate the depth-map (global ID)
libs/MVS/DepthMap.cpp:2029
MethodExportDepthMap
DepthMap2Image
libs/MVS/DepthMap.cpp:1844
MethodExportDisparityDataRaw
libs/MVS/SemiGlobalMatcher.cpp:2101
MethodExportDisparityDataRawFull
ExportDisparityDataRaw same as above, but exports also the empty border
libs/MVS/SemiGlobalMatcher.cpp:2131
← previousnext →1,601–1,700 of 3,741, ranked by callers