MCPcopy Create free account

hub / github.com/cdcseacave/openMVS / functions

Functions3,741 in github.com/cdcseacave/openMVS

↓ 1 callersFunctionhas_colours
Return stream colours capability
scripts/python/MvsScalablePipeline.py:88
↓ 1 callersFunctionhas_colours
Return stream colours capability
scripts/python/MvgMvsPipeline.py:163
↓ 1 callersMethodhomogeneous
get homogeneous coordinates
libs/Common/Types.h:429
↓ 1 callersFunctionimport_dmaps
Import depth maps from EXR files and save them as DMAP files. Args: scene_file (str): Path to the MVS scene file. input_dir (str): Direct
scripts/python/ImportDMAPs.py:191
↓ 1 callersMethodincAugs
libs/Math/IBFS/IBFS.h:124
↓ 1 callersMethodincGrowthArcs
libs/Math/IBFS/IBFS.h:132
↓ 1 callersMethodincGrowthS
libs/Math/IBFS/IBFS.h:126
↓ 1 callersMethodincGrowthT
libs/Math/IBFS/IBFS.h:128
↓ 1 callersMethodincOrphanArcs1
libs/Math/IBFS/IBFS.h:136
↓ 1 callersMethodincOrphanArcs2
libs/Math/IBFS/IBFS.h:138
↓ 1 callersMethodincOrphanArcs3
libs/Math/IBFS/IBFS.h:140
↓ 1 callersMethodincOrphans
libs/Math/IBFS/IBFS.h:130
↓ 1 callersMethodinitGraph
libs/Math/IBFS/IBFS.cpp:102
↓ 1 callersMethodinitSize
libs/Math/IBFS/IBFS.cpp:112
↓ 1 callersMethodinvertSelection
apps/Viewer/SelectionController.cpp:166
↓ 1 callersMethodisInsideWithBorder
Is this coordinate inside the 2D matrix, and not too close to the edges? @param border: the size of the border
libs/Common/Types.h:793
↓ 1 callersMethodisNodeOnSrcSide
libs/Math/IBFS/IBFS.h:439
↓ 1 callersFunctionisOpen
libs/Common/MemFile.h:39
↓ 1 callersFunctionisParentFolder
libs/Common/Util.h:382
↓ 1 callersMethodisROIfromSelectionMode
apps/Viewer/SelectionController.h:97
↓ 1 callersFunctionis_base64
libs/IO/tiny_gltf.h:2084
↓ 1 callersFunctionis_number
! @brief return whether value is a number This function returns true if and only if the JSON value is a number. This includes both intege
libs/IO/json.hpp:14525
↓ 1 callersMethodis_root
return whether pointer points to the root document
libs/IO/json.hpp:11818
↓ 1 callersFunctionlm_lmdif
libs/Math/LMFit/lmmin.cpp:237
↓ 1 callersFunctionlm_lmpar
libs/Math/LMFit/lmmin.cpp:741
↓ 1 callersFunctionlm_qrfac
libs/Math/LMFit/lmmin.cpp:998
↓ 1 callersFunctionlm_qrsolv
libs/Math/LMFit/lmmin.cpp:1146
↓ 1 callersFunctionlmmin
/ lm_minimize (intermediate-level interface) */ /
libs/Math/LMFit/lmmin.cpp:160
↓ 1 callersFunctionloadImage
(image_name)
scripts/python/ImageSegmentation.py:29
↓ 1 callersFunctionload_depth_exr
Load depth data from an EXR file. Note: This will use the first channel in the EXR file. Args: exr_path (str): Path to the EXR file. Retu
scripts/python/ImportDMAPs.py:38
↓ 1 callersFunctionload_depth_npy
Load depth data from an NPY file. Args: exr_path (str): Path to the NPY file. Returns: numpy.ndarray: Depth data as a NumPy array.
scripts/python/ImportDMAPs.py:21
↓ 1 callersFunctionload_ply
Load points and normals from a PLY file.
scripts/python/MvsPointCloud2TSDF.py:22
↓ 1 callersMethodlogalpha0
libs/Common/AutoEstimator.h:547
↓ 1 callersFunctionmain
apps/Viewer/Viewer.cpp:182
↓ 1 callersFunctionmain
()
scripts/python/MvsReadMVS.py:14
↓ 1 callersFunctionmain
()
scripts/python/MvsCamera2EXIF.py:229
↓ 1 callersFunctionmain
()
scripts/python/MvsPointCloud2TSDF.py:319
↓ 1 callersFunctionmain
()
scripts/python/MvsReadDMAP.py:28
↓ 1 callersFunctionmin
libs/Common/HalfFloat.h:107
↓ 1 callersMethodmove
libs/MVS/Mesh.cpp:1956
↓ 1 callersMethodmultError
libs/Common/AutoEstimator.h:548
↓ 1 callersMethodnormal
libs/MVS/Mesh.cpp:2074
↓ 1 callersMethodoperator *
Right-multiply by another rotation matrix
libs/Common/Maths.h:1142
↓ 1 callersMethodoperator <
In the heap, by default, we retrieve the LARGEST value, so if we need the ear with minimal dihedral angle, we must reverse the sign of the comparison.
libs/MVS/Mesh.cpp:3527
↓ 1 callersFunctionoperator+
libs/Common/Strings.h:208
↓ 1 callersMethodoperator+
add to iterator
libs/IO/json.hpp:6286
↓ 1 callersFunctionoperator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
libs/IO/json.hpp:17129
↓ 1 callersFunctionoperator-
libs/MVS/CUDA/Maths.h:99
↓ 1 callersFunctionoperator<
! @brief comparison operator for JSON types Returns an ordering that is similar to Python: - order: null < boolean < number < object < array < string
libs/IO/json.hpp:1237
↓ 1 callersMethodpopFront
libs/Math/IBFS/IBFS.h:300
↓ 1 callersMethodpredict
(self, X)
scripts/python/ImportDMAPs.py:133
↓ 1 callersFunctionprocess_mvs_scene
Process an MVS scene and update EXIF data for all images. Args: mvs_path: Path to the MVS interface file images_path: Path to the dire
scripts/python/MvsCamera2EXIF.py:143
↓ 1 callersFunctionptxGetFunc
requested function (kernel) from module (program)
libs/Common/UtilCUDA.cpp:270
↓ 1 callersFunctionptxJIT
load/read module (program) from file/string and compile it
libs/Common/UtilCUDA.cpp:207
↓ 1 callersFunctionrandomRange
libs/Common/Random.h:36
↓ 1 callersMethodrelease
Free the memory used by a PLY file. ******************************************************************************/
libs/IO/PLY.cpp:81
↓ 1 callersMethodreset
libs/Common/FastDelegate.h:237
↓ 1 callersMethodrestoreToken
revert the deleted token during the last readLine()
libs/Common/Filters.h:400
↓ 1 callersMethodrunDeleteCallback
apps/Viewer/SelectionController.h:140
↓ 1 callersMethodrunROICallback
apps/Viewer/SelectionController.h:142
↓ 1 callersFunctionsample_depth_map
Sample the depth map at the given coordinates using bilinear interpolation. Args: depth_map (numpy.ndarray): The depth map. x (numpy.
scripts/python/MvsUtils.py:33
↓ 1 callersMethodsave
libs/Common/List.h:1487
↓ 1 callersFunctionsaveDMAP
Save a depth map (DMAP) file. Args: data (dict): A dictionary containing the depth map data. dmap_path (str): The path to save the DM
scripts/python/MvsUtils.py:132
↓ 1 callersFunctionsax_parse
libs/IO/json.hpp:18503
↓ 1 callersFunctionscale_depth_map
Estimate the scale and shift of the depth map based on the scene sparse point cloud, ussing RANSAC to find the best fit: depth_map_scaled = s
scripts/python/ImportDMAPs.py:66
↓ 1 callersMethodscan
libs/IO/json.hpp:3971
↓ 1 callersMethodscore
(self, X, y)
scripts/python/ImportDMAPs.py:136
↓ 1 callersFunctionsegmentImages
(images_path, output_path, onnx_file, labels_file, sigmoid_threshold=0.8)
scripts/python/ImageSegmentation.py:81
↓ 1 callersMethodsetBorder
libs/MVS/Mesh.cpp:1952
↓ 1 callersMethodsetChangeCallback
Callbacks
apps/Viewer/SelectionController.h:137
↓ 1 callersMethodsetCurrentCameraIdxForHighlight
apps/Viewer/SelectionController.h:130
↓ 1 callersFunctionsetCurrentProcessPriority
libs/Common/Thread.h:375
↓ 1 callersMethodsetDeleteCallback
apps/Viewer/SelectionController.h:139
↓ 1 callersFunctionsetEOF
libs/Common/File.h:358
↓ 1 callersMethodsetMouseSensitivity
Settings
apps/Viewer/FirstPersonControls.h:67
↓ 1 callersMethodsetParams
libs/MVS/Mesh.cpp:2613
↓ 1 callersFunctionsetPos
libs/Common/MemFile.h:122
↓ 1 callersFunctionsetProcessPriority
libs/Common/Thread.h:362
↓ 1 callersMethodsetROICallback
apps/Viewer/SelectionController.h:141
↓ 1 callersMethodsetROIfromSelectionMode
apps/Viewer/SelectionController.h:96
↓ 1 callersMethodsetSelectedPoints
apps/Viewer/SelectionController.cpp:185
↓ 1 callersMethodsetSelectionMode
apps/Viewer/SelectionController.cpp:133
↓ 1 callersFunctionsplat_points_to_tsdf
Splat points into a TSDF volume using sparse voxel hashing concept (dictionary). - voxel_size: size of each voxel in scene units (0 for aut
scripts/python/MvsPointCloud2TSDF.py:64
↓ 1 callersMethodsqrt
libs/Common/Maths.h:719
↓ 1 callersFunctionstart
libs/Common/Thread.h:74
↓ 1 callersMethodstop
libs/Common/EventQueue.cpp:96
↓ 1 callersFunctionto_cbor
libs/IO/json.hpp:18814
↓ 1 callersFunctionto_chars
libs/IO/json.hpp:10848
↓ 1 callersFunctionto_json_tuple_impl
libs/IO/json.hpp:2111
↓ 1 callersMethodtop
libs/IO/json.hpp:11823
↓ 1 callersFunctionunescape
unescape "~1" to tilde and "~0" to slash (order is important!)
libs/IO/json.hpp:12279
↓ 1 callersMethodunsetBorder
libs/MVS/Mesh.cpp:1953
↓ 1 callersMethodupdateStats
libs/MVS/Mesh.cpp:2617
↓ 1 callersFunctionwhereis
return directory in which afile is, None if not found. Look in PATH
scripts/python/MvsScalablePipeline.py:50
↓ 1 callersMethod~CriticalSection
libs/Common/CriticalSection.h:32
↓ 1 callersMethod~XMLNode
libs/IO/TinyXML2.cpp:810
MethodACKernelAdaptor
libs/Common/AutoEstimator.h:501
MethodACKernelAdaptorEssential
libs/Common/AutoEstimator.h:619
MethodACKernelAdaptorResection
libs/Common/AutoEstimator.h:569
MethodAccessor
libs/IO/tiny_gltf.h:909
← previousnext →1,301–1,400 of 3,741, ranked by callers