MCPcopy Create free account

hub / github.com/cdcseacave/openMVS / functions

Functions3,741 in github.com/cdcseacave/openMVS

MethodIntersectRayMesh
libs/MVS/Mesh.h:401
MethodIntersectRayMesh
libs/MVS/Mesh.cpp:4533
MethodIntersectRayPoints
libs/MVS/PointCloud.h:159
FunctionIntersects
libs/MVS/SceneDensify.cpp:2521
MethodIntersects
libs/MVS/Mesh.h:120
MethodIntersects
libs/MVS/PointCloud.h:165
MethodIntersectsRayFace
libs/MVS/Mesh.cpp:4540
MethodIsBinary
libs/IO/tiny_gltf.h:313
MethodIsContainedIn
Returns true if a is contained/on the border in b.
libs/MVS/RectsBinPack.h:109
MethodIsDepthSimilar
check if any of the depths surrounding the given coordinate is similar to the given value
libs/MVS/SceneRefine.cpp:710
MethodIsDepthValid
libs/MVS/DepthMap.cpp:1578
FunctionIsEmpty
libs/MVS/DepthMap.h:251
FunctionIsEmpty
libs/MVS/PointCloud.h:95
MethodIsEmpty
check if the list is empty
libs/Common/ListFIFO.h:79
MethodIsEmpty
libs/Common/Octree.h:163
MethodIsEmpty
libs/Common/Types.h:1601
MethodIsEmpty
libs/Common/List.h:1619
MethodIsEmpty
libs/Common/Hash.h:84
MethodIsEmpty
libs/Common/Queue.h:241
MethodIsEmpty
check if the list is empty
libs/MVS/DMapCache.h:53
MethodIsFinite
libs/Common/Ray.h:155
MethodIsImageCached
libs/MVS/DMapCache.cpp:87
MethodIsImageEmpty
apps/Viewer/Image.h:81
FunctionIsInImage
check if a pixel is inside the image
libs/MVS/CUDA/Maths.h:292
FunctionIsInsideProjection
libs/MVS/Camera.h:393
FunctionIsInsideProjectionP
libs/MVS/Camera.h:397
MethodIsLeaf
libs/Common/Octree.h:73
MethodIsLocked
libs/Common/CriticalSection.h:131
MethodIsLocked
libs/Common/CriticalSection.h:251
MethodIsMenuInUse
apps/Viewer/UI.cpp:2041
MethodIsMouseNearMenuArea
apps/Viewer/UI.cpp:2032
MethodIsNormalized
libs/Common/Rotation.h:231
MethodIsOpen
libs/Common/Log.cpp:261
MethodIsReal
libs/IO/tiny_gltf.h:309
FunctionIsValid
libs/MVS/PointCloud.h:96
MethodIsValid
apps/Viewer/Window.h:126
MethodIsValid
apps/Viewer/Renderer.h:178
MethodIsValid
apps/Viewer/Texture.h:55
MethodIsValid
@brief Check that the matrix is a valid rotation matrix (orthogonal) */
libs/Common/Rotation.h:568
MethodIsValid
libs/Common/UtilCUDA.h:156
MethodIsValid
libs/Common/UtilCUDA.h:244
MethodIsValid
libs/Common/UtilCUDA.h:274
MethodIsValid
libs/Common/UtilCUDA.h:307
MethodIsValid
libs/Common/UtilCUDA.h:479
MethodIsValid
libs/Common/UtilCUDA.h:593
MethodIsValid
libs/Common/UtilCUDA.h:661
MethodIsValid
libs/MVS/PointCloud.h:144
MethodIsValid
libs/MVS/Interface.h:559
MethodIsValid
libs/MVS/Interface.h:672
MethodItemInitData
* Create and initialize a config item for the given SML entry. */
libs/Common/ConfigTable.cpp:126
MethodItemReleaseData
* Release and destroy the config item for the given SML entry. */
libs/Common/ConfigTable.cpp:147
MethodItemSaveData
* Save a config item for the given SML entry. Return false if this item should not be saved. */
libs/Common/ConfigTable.cpp:137
FunctionJSON_INTERNAL_CATCH
libs/IO/json.hpp:15848
MethodJsonDocument
libs/IO/tiny_gltf.h:1654
MethodKernelRT
libs/Common/UtilCUDA.h:303
MethodKeyCallback
apps/Viewer/Window.cpp:536
FunctionLastChildElement
libs/IO/TinyXML2.h:788
MethodLayerIOStream
libs/Common/Streams.h:200
MethodLayerInputStream
libs/Common/Streams.h:137
MethodLayerOutputStream
libs/Common/Streams.h:165
MethodLeave
libs/Common/CriticalSection.h:109
MethodLight
libs/IO/tiny_gltf.h:1130
MethodLinearCameraModel
libs/MVS/CUDA/Camera.h:58
FunctionLinkEndChild
libs/IO/TinyXML2.h:833
MethodListCameraFaces
extract array of faces viewed by each image
libs/MVS/SceneRefineCUDA.cpp:2299
MethodListCameraFaces
extract array of faces viewed by each image
libs/MVS/SceneRefine.cpp:417
MethodListFaceAreas
compute for each face the projection area as the maximum area in both images of a pair (make sure ListCameraFaces() was called before)
libs/MVS/SceneRefineCUDA.cpp:2326
MethodListFaceAreas
compute for each face the projection area as the maximum area in both images of a pair (make sure ListCameraFaces() was called before)
libs/MVS/SceneRefine.cpp:443
MethodListVertexFaces
extract array of triangles incident to each vertex and check each vertex if it is at the boundary or not
libs/MVS/SceneTexture.cpp:415
FunctionLoad
libs/Common/Strings.h:133
MethodLoad
* Load the values from a file; * all children are generated if they do not exist */
libs/Common/SML.cpp:87
MethodLoad
* Load the configuration from a file. */
libs/Common/ConfigTable.cpp:100
MethodLoad
load the dense point-cloud from a PLY file
libs/MVS/PointCloud.cpp:412
MethodLoadASCIIFromString
libs/IO/tiny_gltf.h:6140
MethodLoadBinaryFromMemory
libs/IO/tiny_gltf.h:6196
MethodLoadConfidenceMap
SaveConfidenceMap ----------------------------------------------------------------*/ load the confidence map from our .cmap file format
libs/MVS/DepthMap.cpp:1781
MethodLoadDMAP
load depth-map and generate a Multi-View Stereo scene
libs/MVS/Scene.cpp:367
MethodLoadDepthMap
SaveDepthMap ----------------------------------------------------------------*/ load the depth map from our .dmap file format
libs/MVS/DepthMap.cpp:1753
MethodLoadFile
libs/IO/TinyXML2.cpp:2313
MethodLoadFromString
libs/IO/tiny_gltf.h:5448
MethodLoadGLTF
import the point-cloud as a GLTF file
libs/MVS/PointCloud.cpp:478
MethodLoadGLTF
import the mesh as a GLTF file
libs/MVS/Mesh.cpp:1415
MethodLoadImage
libs/MVS/Image.cpp:101
MethodLoadInterface
libs/MVS/Scene.cpp:92
MethodLoadNormalMap
SaveNormalMap ----------------------------------------------------------------*/ load the normal map from our .nmap file format
libs/MVS/DepthMap.cpp:1767
MethodLoadOBJ
import the mesh as a OBJ file
libs/MVS/Mesh.cpp:1347
MethodLoadPLY
import the point-cloud as a PLY file
libs/MVS/PointCloud.cpp:428
MethodLoadPLY
import the mesh as a PLY file
libs/MVS/Mesh.cpp:1254
MethodLoadShaderFile
apps/Viewer/Shader.cpp:149
MethodLog
* Constructor */
libs/Common/Log.cpp:30
MethodLogConsoleOutbuf
libs/Common/Log.cpp:236
MethodLogFile
* Constructor */
libs/Common/Log.cpp:172
MethodLogMemoryInfo
libs/Common/Util.cpp:632
MethodMINS
libs/MVS/SemiGlobalMatcher.cpp:1012
MethodMapMatrix2ZigzagIdx
create the map for converting index to matrix position 1 2 3 1 2 4 7 5 3 6 8 9 --> 4 5 6 7 8 9
libs/MVS/DepthMap.cpp:366
MethodMask
libs/MVS/Image.cpp:327
MethodMaskInputStream
libs/Common/Filters.h:566
MethodMaterial
libs/IO/OBJ.cpp:26
MethodMaterial
libs/IO/tiny_gltf.h:802
MethodMaterial
libs/IO/OBJ.h:43
← previousnext →2,001–2,100 of 3,741, ranked by callers