MCPcopy Create free account

hub / github.com/ShijieZhou-UCLA/feature-3dgs / functions

Functions2,707 in github.com/ShijieZhou-UCLA/feature-3dgs

↓ 18 callersFunctionfrom_json
SIBR_viewers/src/projects/remote/json.hpp:3962
↓ 18 callersMethodsax_parse
SIBR_viewers/src/projects/remote/json.hpp:11078
↓ 18 callersMethodtexCoords
SIBR_viewers/src/core/graphics/Mesh.cpp:893
↓ 17 callersMethodfinalSize
SIBR_viewers/src/core/graphics/Viewport.hpp:196
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
SIBR_viewers/src/projects/remote/json.hpp:10850
↓ 17 callersMethodname
SIBR_viewers/src/projects/remote/json.hpp:2781
↓ 17 callersFunctionswap
! @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
SIBR_viewers/src/projects/remote/json.hpp:23569
↓ 17 callersFunctionto_json
SIBR_viewers/src/projects/remote/json.hpp:4871
↓ 16 callersFunctionInputCamera
Default constructor. */
SIBR_viewers/src/core/assets/InputCamera.hpp:50
↓ 16 callersMethodflipH
SIBR_viewers/src/core/graphics/Image.hpp:1175
↓ 16 callersMethodhasNormals
SIBR_viewers/src/core/graphics/Mesh.hpp:530
↓ 16 callersFunctionis_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
SIBR_viewers/src/projects/remote/json.hpp:20203
↓ 16 callersMethodorig
SIBR_viewers/src/core/raycaster/Ray.hpp:142
↓ 16 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
SIBR_viewers/src/projects/remote/json.hpp:12702
↓ 16 callersMethodrotation
SIBR_viewers/src/core/system/Transform3.hpp:332
↓ 15 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
SIBR_viewers/src/projects/remote/json.hpp:22151
↓ 15 callersFunctionclamp
SIBR_viewers/src/core/system/Vector.hpp:161
↓ 15 callersMethodclone
SIBR_viewers/src/core/video/VideoUtils.hpp:110
↓ 15 callersFunctioncombine
boost::hash_combine
SIBR_viewers/src/projects/remote/json.hpp:5297
↓ 15 callersFunctionget_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
SIBR_viewers/src/projects/remote/json.hpp:8068
↓ 15 callersFunctionheight
\return the relative viewport height */
SIBR_viewers/src/core/graphics/Viewport.hpp:77
↓ 15 callersFunctionis_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,
SIBR_viewers/src/projects/remote/json.hpp:20022
↓ 15 callersMethodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
SIBR_viewers/src/projects/remote/json.hpp:15398
↓ 15 callersMethodposition
SIBR_viewers/src/core/system/Transform3.hpp:293
↓ 15 callersMethodtransform
SIBR_viewers/src/core/graphics/Camera.cpp:152
↓ 15 callersFunctionwidth
\return the relative viewport width */
SIBR_viewers/src/core/graphics/Viewport.hpp:75
↓ 14 callersFunctionget_activation
(name)
encoders/lseg_encoder/modules/models/lseg_vit_zs.py:12
↓ 14 callersFunctionnormalize
(x)
utils/pose_utils.py:4
↓ 14 callersMethodnumber_unsigned
SIBR_viewers/src/projects/remote/json.hpp:6571
↓ 14 callersMethodrender
SIBR_viewers/src/core/view/Skybox.cpp:55
↓ 14 callersMethodsetLookAt
SIBR_viewers/src/core/graphics/Camera.hpp:313
↓ 14 callersFunctionset_parents
SIBR_viewers/src/projects/remote/json.hpp:18745
↓ 13 callersFunctiongetProcess
(programName, binaryPath = getBinariesPath())
SIBR_viewers/src/projects/dataset_tools/preprocess/utils/commands.py:19
↓ 13 callersMethodintersect
SIBR_viewers/src/core/raycaster/Raycaster.cpp:254
↓ 13 callersMethodisOpened
SIBR_viewers/src/core/graphics/Window.cpp:416
↓ 13 callersMethodorthoRight
SIBR_viewers/src/core/graphics/Camera.hpp:394
↓ 13 callersFunctionread_next_bytes
Read and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
scene/colmap_loader.py:72
↓ 13 callersFunctionread_next_bytes
Read and unpack the next bytes from a binary file. :param fid: :param num_bytes: Sum of combination of {2, 4, 8}, e.g. 2, 6, 16, 30, etc.
SIBR_viewers/src/projects/dataset_tools/preprocess/fullColmapProcess/read_write_model.py:73
↓ 13 callersMethodreset
SIBR_viewers/src/core/view/interface/MeshViewer.cpp:451
↓ 13 callersFunctionround
Rounding operation. \param x the value to round \return the rounded value \todo Compare behaviour with std::round \ingroup sibr_system */
SIBR_viewers/src/core/system/Config.hpp:300
↓ 13 callersMethodsubtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
SIBR_viewers/src/projects/remote/json.hpp:5215
↓ 13 callersMethodtl
SIBR_viewers/src/core/view/interface/InterfaceUtils.h:144
↓ 12 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
SIBR_viewers/src/projects/remote/json.hpp:16522
↓ 12 callersMethodfilter
(self, keep: torch.Tensor)
encoders/sam_encoder/segment_anything/utils/amg.py:44
↓ 12 callersFunctionget_attention
(name)
encoders/lseg_encoder/modules/models/lseg_vit_zs.py:22
↓ 12 callersMethodh
SIBR_viewers/src/core/system/Array2d.hpp:153
↓ 12 callersMethodhitSomething
SIBR_viewers/src/core/raycaster/Ray.hpp:179
↓ 12 callersMethodmeshPath
SIBR_viewers/src/core/scene/ParseData.hpp:275
↓ 12 callersFunctionname
Set camera name * \param s the new name */
SIBR_viewers/src/core/assets/InputCamera.hpp:136
↓ 12 callersMethodorthoTop
SIBR_viewers/src/core/graphics/Camera.hpp:401
↓ 12 callersMethodreadBack
SIBR_viewers/src/core/graphics/Texture.hpp:869
↓ 12 callersMethodsave
(self, path_to_output_file, new_res=[])
SIBR_viewers/src/projects/dataset_tools/preprocess/converters/bundle.py:275
↓ 12 callersMethodswapBuffer
SIBR_viewers/src/core/graphics/Window.cpp:203
↓ 11 callersMethoddepth
SIBR_viewers/src/core/graphics/Texture.hpp:1329
↓ 11 callersMethoddevice
(self)
encoders/sam_encoder/segment_anything/modeling/sam.py:50
↓ 11 callersMethodgetRGB
SIBR_viewers/src/core/video/VideoUtils.cpp:1196
↓ 11 callersMethodh
SIBR_viewers/src/core/graphics/Texture.hpp:865
↓ 11 callersMethodnumber_float
SIBR_viewers/src/projects/remote/json.hpp:6576
↓ 11 callersMethodprocess
SIBR_viewers/src/projects/ulr/renderer/ULRRenderer.cpp:50
↓ 11 callersFunctionslice
SIBR_viewers/src/core/video/VideoUtils.cpp:1574
↓ 11 callersMethodupdate
SIBR_viewers/src/core/view/Orbit.cpp:42
↓ 11 callersMethodvalue
return value of the iterator
SIBR_viewers/src/projects/remote/json.hpp:4545
↓ 11 callersMethodw
SIBR_viewers/src/core/graphics/Texture.hpp:863
↓ 10 callersMethodbasePathName
SIBR_viewers/src/core/scene/ParseData.hpp:265
↓ 10 callersMethodboolean
SIBR_viewers/src/projects/remote/json.hpp:6561
↓ 10 callersFunctionbuffer
\return a pointer to the buffer */
SIBR_viewers/src/core/system/ByteStream.hpp:218
↓ 10 callersMethoddist
SIBR_viewers/src/core/raycaster/Ray.hpp:166
↓ 10 callersMethodfromOpenCV
SIBR_viewers/src/core/graphics/Image.hpp:798
↓ 10 callersFunctiongetVectorDataSize
SIBR_viewers/src/core/graphics/MeshBufferGL.cpp:63
↓ 10 callersMethodimgInfos
SIBR_viewers/src/core/scene/ParseData.hpp:237
↓ 10 callersFunctionparser
SIBR_viewers/src/projects/remote/json.hpp:17706
↓ 10 callersMethodwhat
returns the explanatory string
SIBR_viewers/src/projects/remote/json.hpp:2769
↓ 9 callersFunction_make_vit_b16_backbone
( model, features=[96, 192, 384, 768], size=[384, 384], hooks=[2, 5, 8, 11], vit_features=
encoders/lseg_encoder/modules/models/lseg_vit_zs.py:226
↓ 9 callersMethodaddMesh
SIBR_viewers/src/core/raycaster/Raycaster.cpp:90
↓ 9 callersMethodapply_coords
Expects a numpy array of length 2 in the final dimension. Requires the original image size in (H, W) format.
encoders/sam_encoder/segment_anything/utils/transforms.py:33
↓ 9 callersFunctionbuildVideoLaplacianPyramid
SIBR_viewers/src/core/video/VideoUtils.cpp:1651
↓ 9 callersMethodclose
SIBR_viewers/src/core/video/FFmpegVideoEncoder.cpp:74
↓ 9 callersMethodcriterion
(self, logit_mask, gt_mask)
encoders/lseg_encoder/modules/lsegmentation_module_zs.py:338
↓ 9 callersFunctiondo_system
(arg)
SIBR_viewers/src/projects/dataset_tools/preprocess/fullColmapProcess/colmap2nerf.py:40
↓ 9 callersMethodfinalLeft
SIBR_viewers/src/core/graphics/Viewport.hpp:172
↓ 9 callersMethodfinalTop
SIBR_viewers/src/core/graphics/Viewport.hpp:176
↓ 9 callersMethodfocal
SIBR_viewers/src/core/assets/InputCamera.cpp:168
↓ 9 callersFunctionget_activation
(name)
encoders/lseg_encoder/modules/models/lseg_vit.py:15
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
SIBR_viewers/src/projects/remote/json.hpp:20247
↓ 9 callersMethodmakeContextCurrent
INLINES /////
SIBR_viewers/src/core/graphics/Window.hpp:217
↓ 9 callersMethodrender
SIBR_viewers/src/core/view/interface/Interface.cpp:135
↓ 9 callersMethodresized
SIBR_viewers/src/core/graphics/Image.hpp:1111
↓ 9 callersFunctionset_parent
SIBR_viewers/src/projects/remote/json.hpp:18795
↓ 9 callersMethodsetup
SIBR_viewers/src/core/graphics/Window.cpp:258
↓ 9 callersFunctionshowFilePicker
SIBR_viewers/src/core/system/Utils.cpp:426
↓ 8 callersFunctionPushScaledItemWidth
SIBR_viewers/src/core/graphics/GUI.cpp:324
↓ 8 callersFunction_make_fusion_block
(features, use_bn)
encoders/lseg_encoder/modules/models/lseg_net_zs.py:95
↓ 8 callersMethodactiveImages
SIBR_viewers/src/core/scene/ParseData.hpp:255
↓ 8 callersMethodbr
SIBR_viewers/src/core/view/interface/InterfaceUtils.h:143
↓ 8 callersFunctiondump_integer
SIBR_viewers/src/projects/remote/json.hpp:17106
↓ 8 callersMethodextract
(self, args)
arguments/__init__.py:40
↓ 8 callersMethodfbo
SIBR_viewers/src/core/graphics/Window.hpp:237
↓ 8 callersMethodgenerateNormals
SIBR_viewers/src/core/graphics/Mesh.cpp:933
↓ 8 callersMethodgetTrainCameras
(self, scale=1.0)
scene/__init__.py:89
↓ 8 callersFunctionget_attention
(name)
encoders/lseg_encoder/modules/models/lseg_vit.py:25
← previousnext →101–200 of 2,707, ranked by callers