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
↓ 24 callers
Method
GetData
libs/Common/List.h:429
↓ 24 callers
Method
IsValid
libs/MVS/SceneRefineCUDA.cpp:1978
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
libs/IO/json.hpp:13420
↓ 24 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
libs/IO/json.hpp:13538
↓ 24 callers
Method
cross
cross product
libs/Common/Types.h:458
↓ 23 callers
Function
Close
libs/Common/Log.h:56
↓ 23 callers
Function
GetSize
libs/MVS/Image.h:78
↓ 23 callers
Method
cend
libs/Common/List.h:1471
↓ 23 callers
Method
get_position
return position of last read token
libs/IO/json.hpp:3912
↓ 23 callers
Function
isOpen
libs/Common/File.h:192
↓ 23 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
libs/IO/json.hpp:14632
↓ 23 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/IO/json.hpp:6190
↓ 22 callers
Function
ISZERO
libs/Common/Maths.h:881
↓ 22 callers
Function
JsonPushBack
libs/IO/tiny_gltf.h:6333
↓ 22 callers
Function
JsonReserveArray
libs/IO/tiny_gltf.h:6357
↓ 22 callers
Method
RemoveAtMove
libs/Common/List.h:1197
↓ 22 callers
Method
cbegin
libs/Common/List.h:1470
↓ 22 callers
Method
describe_property
Describe a property of an element. Entry: elem_name - name of element that information is being specified about prop - the new property ********
libs/IO/PLY.cpp:243
↓ 21 callers
Method
Begin
libs/Common/List.h:442
↓ 21 callers
Function
FOREACHPTR
libs/MVS/Mesh.cpp:349
↓ 21 callers
Method
SetData
apps/Viewer/BufferObjects.cpp:59
↓ 21 callers
Function
empty
libs/Common/Thread.h:320
↓ 21 callers
Function
v_norm
libs/MVS/Mesh.cpp:1915
↓ 20 callers
Method
Reserve
Pre-allocate memory for the array at the desired size; the old elements are kept.
libs/Common/List.h:369
↓ 20 callers
Method
TransformPointI2W
libs/MVS/CUDA/Camera.h:140
↓ 20 callers
Function
lm_enorm
libs/Math/LMFit/lmmin.cpp:1323
↓ 19 callers
Function
FOREACH
libs/MVS/Scene.cpp:264
↓ 19 callers
Function
ISINSIDE
libs/Common/Maths.h:839
↓ 19 callers
Function
Release
libs/MVS/DepthMap.h:241
↓ 19 callers
Function
SerializeExtensionMap
libs/IO/tiny_gltf.h:6594
↓ 19 callers
Function
StringEqual
libs/IO/TinyXML2.h:587
↓ 19 callers
Method
what
returns the explanatory string
libs/IO/json.hpp:872
↓ 18 callers
Method
AllocateBuffer
apps/Viewer/BufferObjects.cpp:74
↓ 18 callers
Function
ISFINITE
libs/Common/Maths.h:833
↓ 18 callers
Function
ParseNumberProperty
libs/IO/tiny_gltf.h:3361
↓ 18 callers
Method
Resize
Set the size of the array at the new desired size; the old elements are kept, but only the ones that are below the new size. If increased, the array i
libs/Common/List.h:384
↓ 18 callers
Method
number_integer
libs/IO/json.hpp:4887
↓ 18 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
libs/IO/json.hpp:6143
↓ 17 callers
Method
Disjoint
libs/MVS/RectsBinPack.h:173
↓ 17 callers
Method
GetAABB
compute the axis-aligned bounding-box of the mesh
libs/MVS/Mesh.cpp:183
↓ 17 callers
Method
IsOpen
apps/Viewer/Scene.h:193
↓ 17 callers
Function
Release
wait for all running threads to finish and release threads array
libs/Common/Thread.h:315
↓ 17 callers
Method
Save
export the mesh to the given file
libs/MVS/Mesh.cpp:1505
↓ 17 callers
Method
SetVisible
apps/Viewer/Window.cpp:453
↓ 17 callers
Method
UpdateCamera
libs/MVS/Image.cpp:222
↓ 17 callers
Method
copyTo
libs/Common/Types.h:1442
↓ 17 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
libs/IO/json.hpp:16442
↓ 17 callers
Method
put_element
Write an element to the file. This routine assumes that we're writing the type of element specified in the last call to the routine put_element_setup
libs/IO/PLY.cpp:410
↓ 17 callers
Method
store
libs/Common/Maths.h:710
↓ 17 callers
Method
update
apps/Viewer/ArcballControls.cpp:67
↓ 16 callers
Method
EnableAttribute
apps/Viewer/BufferObjects.cpp:169
↓ 16 callers
Method
GetMedian
libs/Common/List.h:697
↓ 16 callers
Function
IsEmpty
libs/MVS/Mesh.h:164
↓ 16 callers
Method
close
libs/Common/Util.h:870
↓ 16 callers
Method
getSize
libs/Common/Streams.h:208
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
libs/IO/json.hpp:14654
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
libs/IO/json.hpp:14473
↓ 16 callers
Function
to_json
libs/IO/json.hpp:1994
↓ 15 callers
Method
Add
libs/MVS/RectsBinPack.h:156
↓ 15 callers
Function
Equals
Equals function for Value, for recursivity
libs/IO/tiny_gltf.h:1726
↓ 15 callers
Function
getFileName
libs/Common/Util.h:515
↓ 15 callers
Function
swap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
libs/IO/json.hpp:17743
↓ 14 callers
Method
SetFloat
apps/Viewer/Shader.cpp:91
↓ 14 callers
Method
SetVector3
apps/Viewer/Shader.cpp:83
↓ 14 callers
Method
Use
apps/Viewer/Shader.cpp:71
↓ 14 callers
Method
getPos
libs/Common/Streams.h:216
↓ 14 callers
Method
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
libs/IO/json.hpp:3920
↓ 14 callers
Function
toFloat
libs/Common/HalfFloat.h:125
↓ 13 callers
Method
BindToShader
apps/Viewer/BufferObjects.cpp:194
↓ 13 callers
Function
FindVertex
libs/MVS/Mesh.h:261
↓ 13 callers
Method
GetCenter
compute the center of the point-cloud as the median
libs/MVS/Mesh.cpp:242
↓ 13 callers
Method
GetSize
libs/Common/Hash.h:285
↓ 13 callers
Method
Intersects
libs/MVS/Mesh.h:407
↓ 13 callers
Function
IsBounded
libs/MVS/Scene.h:74
↓ 13 callers
Method
TransformPointI2C
libs/MVS/CUDA/Camera.h:87
↓ 13 callers
Function
formatBytes
libs/Common/Util.h:674
↓ 13 callers
Function
from_json
libs/IO/json.hpp:1284
↓ 13 callers
Function
getFilePath
libs/Common/Util.h:498
↓ 13 callers
Method
number_unsigned
libs/IO/json.hpp:4892
↓ 13 callers
Method
pop_back
! @brief remove and return last reference pointer @throw out_of_range.405 if JSON pointer has no parent */
libs/IO/json.hpp:11805
↓ 13 callers
Method
string
libs/IO/json.hpp:4902
↓ 12 callers
Function
EXP
libs/Common/Maths.h:299
↓ 12 callers
Method
FindFirst
libs/Common/List.h:876
↓ 12 callers
Method
GetText
libs/IO/TinyXML2.cpp:1657
↓ 12 callers
Method
InsertSort
libs/Common/List.h:632
↓ 12 callers
Function
IsArray
libs/IO/tiny_gltf.h:3020
↓ 12 callers
Function
ParseNumberArrayProperty
libs/IO/tiny_gltf.h:3399
↓ 12 callers
Method
QueryDoubleText
libs/IO/TinyXML2.cpp:1806
↓ 12 callers
Method
ReloadImage
open the stored image file name and read again the image data
libs/MVS/Image.cpp:121
↓ 12 callers
Function
UTF8ToWchar
libs/IO/tiny_gltf.h:2551
↓ 12 callers
Function
orientation
libs/MVS/SceneReconstruct.cpp:346
↓ 12 callers
Function
p_angle
libs/MVS/Mesh.cpp:1925
↓ 12 callers
Method
ptr
pointer to the first element access
libs/Common/Types.h:421
↓ 11 callers
Method
Clear
libs/MVS/Mesh.cpp:4156
↓ 11 callers
Function
CommandLineToString
libs/Common/Util.h:821
↓ 11 callers
Function
FOREACH
libs/MVS/SceneRefine.cpp:424
↓ 11 callers
Method
GetMean
libs/Common/List.h:709
↓ 11 callers
Function
IsValid
libs/MVS/Image.h:75
↓ 11 callers
Method
Name
libs/IO/TinyXML2.cpp:1401
↓ 11 callers
Method
Project
project mesh to the given camera plane
libs/MVS/Mesh.cpp:4131
← previous
next →
101–200 of 3,741, ranked by callers