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
Function
has_colours
Return stream colours capability
scripts/python/MvsScalablePipeline.py:88
↓ 1 callers
Function
has_colours
Return stream colours capability
scripts/python/MvgMvsPipeline.py:163
↓ 1 callers
Method
homogeneous
get homogeneous coordinates
libs/Common/Types.h:429
↓ 1 callers
Function
import_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 callers
Method
incAugs
libs/Math/IBFS/IBFS.h:124
↓ 1 callers
Method
incGrowthArcs
libs/Math/IBFS/IBFS.h:132
↓ 1 callers
Method
incGrowthS
libs/Math/IBFS/IBFS.h:126
↓ 1 callers
Method
incGrowthT
libs/Math/IBFS/IBFS.h:128
↓ 1 callers
Method
incOrphanArcs1
libs/Math/IBFS/IBFS.h:136
↓ 1 callers
Method
incOrphanArcs2
libs/Math/IBFS/IBFS.h:138
↓ 1 callers
Method
incOrphanArcs3
libs/Math/IBFS/IBFS.h:140
↓ 1 callers
Method
incOrphans
libs/Math/IBFS/IBFS.h:130
↓ 1 callers
Method
initGraph
libs/Math/IBFS/IBFS.cpp:102
↓ 1 callers
Method
initSize
libs/Math/IBFS/IBFS.cpp:112
↓ 1 callers
Method
invertSelection
apps/Viewer/SelectionController.cpp:166
↓ 1 callers
Method
isInsideWithBorder
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 callers
Method
isNodeOnSrcSide
libs/Math/IBFS/IBFS.h:439
↓ 1 callers
Function
isOpen
libs/Common/MemFile.h:39
↓ 1 callers
Function
isParentFolder
libs/Common/Util.h:382
↓ 1 callers
Method
isROIfromSelectionMode
apps/Viewer/SelectionController.h:97
↓ 1 callers
Function
is_base64
libs/IO/tiny_gltf.h:2084
↓ 1 callers
Function
is_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 callers
Method
is_root
return whether pointer points to the root document
libs/IO/json.hpp:11818
↓ 1 callers
Function
lm_lmdif
libs/Math/LMFit/lmmin.cpp:237
↓ 1 callers
Function
lm_lmpar
libs/Math/LMFit/lmmin.cpp:741
↓ 1 callers
Function
lm_qrfac
libs/Math/LMFit/lmmin.cpp:998
↓ 1 callers
Function
lm_qrsolv
libs/Math/LMFit/lmmin.cpp:1146
↓ 1 callers
Function
lmmin
/ lm_minimize (intermediate-level interface) */ /
libs/Math/LMFit/lmmin.cpp:160
↓ 1 callers
Function
loadImage
(image_name)
scripts/python/ImageSegmentation.py:29
↓ 1 callers
Function
load_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 callers
Function
load_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 callers
Function
load_ply
Load points and normals from a PLY file.
scripts/python/MvsPointCloud2TSDF.py:22
↓ 1 callers
Method
logalpha0
libs/Common/AutoEstimator.h:547
↓ 1 callers
Function
main
apps/Viewer/Viewer.cpp:182
↓ 1 callers
Function
main
()
scripts/python/MvsReadMVS.py:14
↓ 1 callers
Function
main
()
scripts/python/MvsCamera2EXIF.py:229
↓ 1 callers
Function
main
()
scripts/python/MvsPointCloud2TSDF.py:319
↓ 1 callers
Function
main
()
scripts/python/MvsReadDMAP.py:28
↓ 1 callers
Function
min
libs/Common/HalfFloat.h:107
↓ 1 callers
Method
move
libs/MVS/Mesh.cpp:1956
↓ 1 callers
Method
multError
libs/Common/AutoEstimator.h:548
↓ 1 callers
Method
normal
libs/MVS/Mesh.cpp:2074
↓ 1 callers
Method
operator *
Right-multiply by another rotation matrix
libs/Common/Maths.h:1142
↓ 1 callers
Method
operator <
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 callers
Function
operator+
libs/Common/Strings.h:208
↓ 1 callers
Method
operator+
add to iterator
libs/IO/json.hpp:6286
↓ 1 callers
Function
operator+=
! @brief add an object to an array @copydoc push_back(basic_json&&) */
libs/IO/json.hpp:17129
↓ 1 callers
Function
operator-
libs/MVS/CUDA/Maths.h:99
↓ 1 callers
Function
operator<
! @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 callers
Method
popFront
libs/Math/IBFS/IBFS.h:300
↓ 1 callers
Method
predict
(self, X)
scripts/python/ImportDMAPs.py:133
↓ 1 callers
Function
process_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 callers
Function
ptxGetFunc
requested function (kernel) from module (program)
libs/Common/UtilCUDA.cpp:270
↓ 1 callers
Function
ptxJIT
load/read module (program) from file/string and compile it
libs/Common/UtilCUDA.cpp:207
↓ 1 callers
Function
randomRange
libs/Common/Random.h:36
↓ 1 callers
Method
release
Free the memory used by a PLY file. ******************************************************************************/
libs/IO/PLY.cpp:81
↓ 1 callers
Method
reset
libs/Common/FastDelegate.h:237
↓ 1 callers
Method
restoreToken
revert the deleted token during the last readLine()
libs/Common/Filters.h:400
↓ 1 callers
Method
runDeleteCallback
apps/Viewer/SelectionController.h:140
↓ 1 callers
Method
runROICallback
apps/Viewer/SelectionController.h:142
↓ 1 callers
Function
sample_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 callers
Method
save
libs/Common/List.h:1487
↓ 1 callers
Function
saveDMAP
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 callers
Function
sax_parse
libs/IO/json.hpp:18503
↓ 1 callers
Function
scale_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 callers
Method
scan
libs/IO/json.hpp:3971
↓ 1 callers
Method
score
(self, X, y)
scripts/python/ImportDMAPs.py:136
↓ 1 callers
Function
segmentImages
(images_path, output_path, onnx_file, labels_file, sigmoid_threshold=0.8)
scripts/python/ImageSegmentation.py:81
↓ 1 callers
Method
setBorder
libs/MVS/Mesh.cpp:1952
↓ 1 callers
Method
setChangeCallback
Callbacks
apps/Viewer/SelectionController.h:137
↓ 1 callers
Method
setCurrentCameraIdxForHighlight
apps/Viewer/SelectionController.h:130
↓ 1 callers
Function
setCurrentProcessPriority
libs/Common/Thread.h:375
↓ 1 callers
Method
setDeleteCallback
apps/Viewer/SelectionController.h:139
↓ 1 callers
Function
setEOF
libs/Common/File.h:358
↓ 1 callers
Method
setMouseSensitivity
Settings
apps/Viewer/FirstPersonControls.h:67
↓ 1 callers
Method
setParams
libs/MVS/Mesh.cpp:2613
↓ 1 callers
Function
setPos
libs/Common/MemFile.h:122
↓ 1 callers
Function
setProcessPriority
libs/Common/Thread.h:362
↓ 1 callers
Method
setROICallback
apps/Viewer/SelectionController.h:141
↓ 1 callers
Method
setROIfromSelectionMode
apps/Viewer/SelectionController.h:96
↓ 1 callers
Method
setSelectedPoints
apps/Viewer/SelectionController.cpp:185
↓ 1 callers
Method
setSelectionMode
apps/Viewer/SelectionController.cpp:133
↓ 1 callers
Function
splat_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 callers
Method
sqrt
libs/Common/Maths.h:719
↓ 1 callers
Function
start
libs/Common/Thread.h:74
↓ 1 callers
Method
stop
libs/Common/EventQueue.cpp:96
↓ 1 callers
Function
to_cbor
libs/IO/json.hpp:18814
↓ 1 callers
Function
to_chars
libs/IO/json.hpp:10848
↓ 1 callers
Function
to_json_tuple_impl
libs/IO/json.hpp:2111
↓ 1 callers
Method
top
libs/IO/json.hpp:11823
↓ 1 callers
Function
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
libs/IO/json.hpp:12279
↓ 1 callers
Method
unsetBorder
libs/MVS/Mesh.cpp:1953
↓ 1 callers
Method
updateStats
libs/MVS/Mesh.cpp:2617
↓ 1 callers
Function
whereis
return directory in which afile is, None if not found. Look in PATH
scripts/python/MvsScalablePipeline.py:50
↓ 1 callers
Method
~CriticalSection
libs/Common/CriticalSection.h:32
↓ 1 callers
Method
~XMLNode
libs/IO/TinyXML2.cpp:810
Method
ACKernelAdaptor
libs/Common/AutoEstimator.h:501
Method
ACKernelAdaptorEssential
libs/Common/AutoEstimator.h:619
Method
ACKernelAdaptorResection
libs/Common/AutoEstimator.h:569
Method
Accessor
libs/IO/tiny_gltf.h:909
← previous
next →
1,301–1,400 of 3,741, ranked by callers