Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdcseacave/openMVS
/ functions
Functions
3,741 in github.com/cdcseacave/openMVS
⨍
Functions
3,741
◇
Types & classes
697
↓ 1 callers
Method
IsNumber
libs/IO/tiny_gltf.h:307
↓ 1 callers
Method
IsString
libs/IO/tiny_gltf.h:311
↓ 1 callers
Function
IsUTF8Continuation
libs/IO/TinyXML2.h:597
↓ 1 callers
Function
IsValid
libs/MVS/DepthMap.h:248
↓ 1 callers
Method
IsWatertight
libs/MVS/Mesh.cpp:169
↓ 1 callers
Function
Join
libs/Common/Log.h:57
↓ 1 callers
Function
JsonAssign
libs/IO/tiny_gltf.h:6314
↓ 1 callers
Method
Keys
List keys
libs/IO/tiny_gltf.h:375
↓ 1 callers
Function
LBPInference
libs/Math/LBP.h:70
↓ 1 callers
Function
LOG10
libs/Common/Maths.h:307
↓ 1 callers
Method
ListIncidentFaceFaces
extract array face adjacencies for each face in the mesh (3 * number of faces); each triple describes the adjacent face triangles for a given face in
libs/MVS/Mesh.cpp:299
↓ 1 callers
Method
ListVertexFacesPost
libs/MVS/SceneRefineCUDA.cpp:2263
↓ 1 callers
Method
ListVertexFacesPre
extract array of triangles incident to each vertex and check each vertex if it is at the boundary or not
libs/MVS/SceneRefineCUDA.cpp:2257
↓ 1 callers
Method
ListVertexFacesPre
extract array of triangles incident to each vertex and check each vertex if it is at the boundary or not
libs/MVS/SceneRefine.cpp:405
↓ 1 callers
Function
LittleEndianToNative
apps/InterfaceCOLMAP/endian.h:102
↓ 1 callers
Method
Load
libs/MVS/DepthMap.cpp:270
↓ 1 callers
Method
LoadDiffuseMap
libs/IO/OBJ.cpp:33
↓ 1 callers
Function
LoadImageData
libs/IO/tiny_gltf.h:2356
↓ 1 callers
Method
LoadViewNeighbors
load a text list of views and their neighbors and assign them to the scene images; each line store the view ID followed by the 3+ closest view IDs, or
libs/MVS/Scene.cpp:470
↓ 1 callers
Function
MINF3
libs/Common/Maths.h:247
↓ 1 callers
Method
Match
Compute SGM stereo for this image and each of the neighbor views: - minResolution is the resolution of the top of the pyramid for tSGM; can be 0 to fo
libs/MVS/SemiGlobalMatcher.cpp:536
↓ 1 callers
Method
Mem
libs/IO/TinyXML2.h:277
↓ 1 callers
Method
MergeDepthMaps
fuse all depth-maps by simply projecting them in a 3D point-cloud in the world coordinate space
libs/MVS/SceneDensify.cpp:1238
↓ 1 callers
Function
NativeToLittleEndian
apps/InterfaceCOLMAP/endian.h:120
↓ 1 callers
Method
NewFrame
apps/Viewer/UI.cpp:169
↓ 1 callers
Method
NextCamera
apps/Viewer/Camera.cpp:194
↓ 1 callers
Function
NoChildren
Returns true if this node has no children.
libs/IO/TinyXML2.h:752
↓ 1 callers
Function
OSSupportsAVX
Function to detect AVX availability in operating system.
libs/Common/Util.cpp:524
↓ 1 callers
Function
OSSupportsSSE
Function to detect SSE availability in operating system.
libs/Common/Util.cpp:506
↓ 1 callers
Method
OnCastRay
apps/Viewer/Scene.cpp:734
↓ 1 callers
Function
ParseAccessor
libs/IO/tiny_gltf.h:4271
↓ 1 callers
Function
ParseAnimation
libs/IO/tiny_gltf.h:4989
↓ 1 callers
Function
ParseAnimationChannel
libs/IO/tiny_gltf.h:4925
↓ 1 callers
Function
ParseAsset
libs/IO/tiny_gltf.h:3701
↓ 1 callers
Function
ParseBlocksExchangeXML
parse scene stored in ContextCapture BlocksExchange format containing cameras, images and sparse point-cloud
apps/InterfaceMetashape/InterfaceMetashape.cpp:453
↓ 1 callers
Function
ParseBuffer
libs/IO/tiny_gltf.h:4021
↓ 1 callers
Function
ParseBufferView
libs/IO/tiny_gltf.h:4147
↓ 1 callers
Function
ParseCamera
libs/IO/tiny_gltf.h:5299
↓ 1 callers
Method
ParseDeep
libs/IO/TinyXML2.cpp:1043
↓ 1 callers
Function
ParseDracoExtension
libs/IO/tiny_gltf.h:4472
↓ 1 callers
Function
ParseImage
libs/IO/tiny_gltf.h:3731
↓ 1 callers
Function
ParseImageListXML
parse images list containing calibration and pose information and load the corresponding 3D point-cloud
apps/InterfaceMetashape/InterfaceMetashape.cpp:228
↓ 1 callers
Function
ParseJSONProperty
libs/IO/tiny_gltf.h:3598
↓ 1 callers
Function
ParseLight
libs/IO/tiny_gltf.h:5390
↓ 1 callers
Function
ParseMaterial
libs/IO/tiny_gltf.h:4800
↓ 1 callers
Function
ParseMesh
libs/IO/tiny_gltf.h:4645
↓ 1 callers
Function
ParseNode
libs/IO/tiny_gltf.h:4689
↓ 1 callers
Function
ParseNormalTextureInfo
libs/IO/tiny_gltf.h:3949
↓ 1 callers
Function
ParseOcclusionTextureInfo
libs/IO/tiny_gltf.h:3985
↓ 1 callers
Function
ParseOrthographicCamera
libs/IO/tiny_gltf.h:5247
↓ 1 callers
Function
ParsePbrMetallicRoughness
libs/IO/tiny_gltf.h:4738
↓ 1 callers
Function
ParsePerspectiveCamera
libs/IO/tiny_gltf.h:5170
↓ 1 callers
Function
ParsePrimitive
libs/IO/tiny_gltf.h:4571
↓ 1 callers
Function
ParseSampler
libs/IO/tiny_gltf.h:5086
↓ 1 callers
Function
ParseScene
apps/InterfaceMVSNet/InterfaceMVSNet.cpp:646
↓ 1 callers
Function
ParseScene
parse scene stored in Polycam format
apps/InterfacePolycam/InterfacePolycam.cpp:269
↓ 1 callers
Function
ParseSceneMVSNet
parse scene stored in MVSNet format composed of undistorted images and camera poses for example see GigaVision benchmark (http://gigamvs.net): |--scen
apps/InterfaceMVSNet/InterfaceMVSNet.cpp:262
↓ 1 callers
Function
ParseSceneNerfstudio
RTMV scene format: http://www.cs.umd.edu/~mmeshry/projects/rtmv |--sceneX |--images |--xxx.jpg |--xxx.jpg .... |--outputs (optional) |--depthxxxx.exr
apps/InterfaceMVSNet/InterfaceMVSNet.cpp:362
↓ 1 callers
Function
ParseSceneXML
parse scene stored either in Metashape images list format or ContextCapture BlocksExchange format
apps/InterfaceMetashape/InterfaceMetashape.cpp:616
↓ 1 callers
Function
ParseSkin
libs/IO/tiny_gltf.h:5131
↓ 1 callers
Function
ParseSparseAccessor
libs/IO/tiny_gltf.h:4223
↓ 1 callers
Function
ParseSpotLight
libs/IO/tiny_gltf.h:5219
↓ 1 callers
Function
ParseStringIntegerProperty
libs/IO/tiny_gltf.h:3544
↓ 1 callers
Function
ParseTexture
libs/IO/tiny_gltf.h:3878
↓ 1 callers
Function
ParseViewsFile
apps/TextureMesh/TextureMesh.cpp:227
↓ 1 callers
Method
PickPrimitiveAt
Perform a GPU pick around screen pixel position with given radius (pixels); if a primitive is found returns valid PickResult, where pick.idx is the pr
apps/Viewer/Renderer.cpp:1614
↓ 1 callers
Function
PipelineTest
test MVS stages on a small sample dataset
apps/Tests/Tests.cpp:80
↓ 1 callers
Method
PointCloudFilter
filter point-cloud based on camera-point visibility intersections
libs/MVS/SceneDensify.cpp:2480
↓ 1 callers
Function
PopCnt
libs/Common/Maths.h:487
↓ 1 callers
Method
PopDepth
libs/IO/TinyXML2.cpp:2542
↓ 1 callers
Method
PopHead
libs/Common/Queue.h:150
↓ 1 callers
Function
PrefilterXSobel
apply a gradient like filter
libs/MVS/SemiGlobalMatcher.cpp:363
↓ 1 callers
Method
PreparePixelPatch
center a patch of given size on the segment
libs/MVS/DepthMap.cpp:452
↓ 1 callers
Method
PreviousCamera
apps/Viewer/Camera.cpp:204
↓ 1 callers
Method
ProjectOrthoTopDown
assuming the mesh is properly oriented, ortho-project it to a camera looking from top to down
libs/MVS/Mesh.cpp:4304
↓ 1 callers
Function
ProjectPoint
libs/MVS/Camera.h:288
↓ 1 callers
Function
ProjectPointP
libs/MVS/Camera.h:302
↓ 1 callers
Function
ProjectPointP3
libs/MVS/Camera.h:294
↓ 1 callers
Method
ProjectVertex
libs/MVS/Mesh.h:322
↓ 1 callers
Function
ProjectionMatrixOpenGL
libs/MVS/Camera.h:198
↓ 1 callers
Method
PushDepth
libs/IO/TinyXML2.cpp:2534
↓ 1 callers
Method
QueryBoolValue
libs/IO/TinyXML2.cpp:1481
↓ 1 callers
Method
QueryDoubleValue
libs/IO/TinyXML2.cpp:1499
↓ 1 callers
Method
QueryFloatValue
libs/IO/TinyXML2.cpp:1490
↓ 1 callers
Method
QueryInt64Value
libs/IO/TinyXML2.cpp:1463
↓ 1 callers
Method
QueryIntValue
libs/IO/TinyXML2.cpp:1445
↓ 1 callers
Function
QueryStringAttribute
See QueryIntAttribute()
libs/IO/TinyXML2.h:1392
↓ 1 callers
Method
QueryUnsigned64Value
libs/IO/TinyXML2.cpp:1472
↓ 1 callers
Method
QueryUnsignedValue
libs/IO/TinyXML2.cpp:1454
↓ 1 callers
Function
RadialWeight2D
libs/MVS/Scene.cpp:2258
↓ 1 callers
Function
RandomDepth
generate random depth and normal
libs/MVS/DepthMap.h:449
↓ 1 callers
Function
RandomNormal
libs/MVS/DepthMap.h:453
↓ 1 callers
Method
Raster
libs/MVS/Mesh.h:333
↓ 1 callers
Method
Raster
libs/MVS/Mesh.cpp:4160
↓ 1 callers
Function
RayPoint
libs/MVS/Camera.h:344
↓ 1 callers
Method
ReadData
libs/IO/Image.cpp:95
↓ 1 callers
Method
ReadStreamChunk
libs/IO/ImageJXL.cpp:35
↓ 1 callers
Method
RefineMeshCUDA
optimize mesh using photo-consistency
libs/MVS/SceneRefineCUDA.cpp:2784
↓ 1 callers
Method
Release
apps/Viewer/Renderer.cpp:92
↓ 1 callers
Method
Release
* Released all used memory for this nod and its children */
libs/Common/SML.cpp:71
← previous
next →
1,001–1,100 of 3,741, ranked by callers