Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/city-super/Scaffold-GS
/ functions
Functions
2,311 in github.com/city-super/Scaffold-GS
⨍
Functions
2,311
◇
Types & classes
519
Method
alphaBlendInputImages
SIBR_viewers/src/core/scene/InputImages.cpp:70
Function
altMesh
Set the altMesh and use instead of scene proxy. *\param m mesh to use **/
SIBR_viewers/src/projects/ulr/renderer/ULRView.hpp:57
Function
altMesh
Set the altMesh and use instead of scene proxy. *\param m mesh to use **/
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.hpp:81
Method
ambientOcclusion
SIBR_viewers/src/core/graphics/MaterialMesh.cpp:1291
Method
aoFunction
SIBR_viewers/src/core/graphics/MaterialMesh.hpp:678
Method
applyFlipAndResize
SIBR_viewers/src/core/graphics/Texture.hpp:1107
Method
applyFlow
SIBR_viewers/src/core/video/VideoUtils.cpp:1022
Function
applyLambda
SIBR_viewers/src/core/system/VectorUtils.hpp:81
Method
areClockWise
SIBR_viewers/src/core/view/TrackBall.cpp:557
Method
array_index
! @param[in] s reference token to be converted into an array index @return integer representation of @a s @throw parse_error.106
SIBR_viewers/src/projects/remote/json.hpp:12789
Method
assignValue
SIBR_viewers/src/core/video/VideoUtils.hpp:26
Method
assignValue
SIBR_viewers/src/core/video/VideoUtils.hpp:32
Function
back
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `
SIBR_viewers/src/projects/remote/json.hpp:21630
Method
baseRendering
SIBR_viewers/src/core/view/ImagesGrid.cpp:251
Function
basic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a
SIBR_viewers/src/projects/remote/json.hpp:19386
Function
basic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary v
SIBR_viewers/src/projects/remote/json.hpp:19283
Function
basic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the
SIBR_viewers/src/projects/remote/json.hpp:26207
Function
basic_json from_bson
SIBR_viewers/src/projects/remote/json.hpp:25570
Function
basic_json from_cbor
SIBR_viewers/src/projects/remote/json.hpp:25195
Function
basic_json from_msgpack
SIBR_viewers/src/projects/remote/json.hpp:25339
Function
basic_json from_ubjson
SIBR_viewers/src/projects/remote/json.hpp:25456
Function
basic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including
SIBR_viewers/src/projects/remote/json.hpp:17854
Function
basic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
SIBR_viewers/src/projects/remote/json.hpp:19430
Function
basic_json parse
SIBR_viewers/src/projects/remote/json.hpp:24357
Method
bicubic
SIBR_viewers/src/core/graphics/Image.hpp:1258
Method
binary
SIBR_viewers/src/projects/remote/json.hpp:6127
Method
binary
SIBR_viewers/src/projects/remote/json.hpp:6302
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
SIBR_viewers/src/projects/remote/json.hpp:8464
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
SIBR_viewers/src/projects/remote/json.hpp:13707
Method
bind
SIBR_viewers/src/core/graphics/RenderTarget.hpp:499
Method
bind
SIBR_viewers/src/core/graphics/MeshBufferGL.cpp:318
Method
bind
SIBR_viewers/src/core/graphics/Viewport.cpp:19
Function
blit
SIBR_viewers/src/core/graphics/RenderTarget.cpp:19
Function
blitToColorAttachment
SIBR_viewers/src/core/graphics/Texture.cpp:47
Function
blit_and_flip
SIBR_viewers/src/core/graphics/RenderTarget.cpp:32
Function
blit_and_flip
SIBR_viewers/src/core/graphics/Texture.cpp:42
Function
blur
SIBR_viewers/src/core/video/VideoUtils.cpp:1390
Method
boolean
SIBR_viewers/src/projects/remote/json.hpp:6097
Method
boolean
SIBR_viewers/src/projects/remote/json.hpp:6272
Method
bottom
SIBR_viewers/src/core/system/Rect.hpp:110
Function
buildDatasetStructure
(path, types)
SIBR_viewers/src/projects/dataset_tools/preprocess/utils/datasets.py:29
Method
buildGraphAlphaExp
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:140
Method
buildGraphBinaryLabels
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:229
Function
buildVideoLaplacianPyramidFullyReduced
SIBR_viewers/src/core/video/VideoUtils.cpp:1656
Method
build_covariance_from_scaling_rotation
(scaling, scaling_modifier, rotation)
scene/gaussian_model.py:30
Method
build_nn_modules
Function instantiates any torch.nn members within the module. If none exist, do nothing.
scene/embedding.py:23
Method
byte_container_with_subtype
SIBR_viewers/src/projects/remote/json.hpp:5134
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
SIBR_viewers/src/projects/remote/json.hpp:14749
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
SIBR_viewers/src/projects/remote/json.hpp:14764
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document e
SIBR_viewers/src/projects/remote/json.hpp:14806
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator).
SIBR_viewers/src/projects/remote/json.hpp:14602
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
SIBR_viewers/src/projects/remote/json.hpp:14679
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
SIBR_viewers/src/projects/remote/json.hpp:14901
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
SIBR_viewers/src/projects/remote/json.hpp:14649
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
SIBR_viewers/src/projects/remote/json.hpp:14707
Method
calculateAvgResolution
SIBR_viewers/src/core/imgproc/DistordCropUtility.cpp:124
Method
camAng
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:231
Method
camDist
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:274
Method
cameras
SIBR_viewers/src/core/scene/BasicIBRScene.hpp:163
Function
cams
Updates the cameras from a vector, usefull to play already loaded path. */
SIBR_viewers/src/core/assets/CameraRecorder.hpp:189
Method
captureView
SIBR_viewers/src/core/view/MultiViewManager.cpp:311
Function
car_data_process
(path)
SIBR_viewers/src/projects/dataset_tools/preprocess/realityCaptureTools/rc_tools.py:467
Function
cartesianToSphericalUVs
SIBR_viewers/src/core/graphics/Utils.cpp:53
Method
cast
SIBR_viewers/src/core/graphics/Image.hpp:483
Method
castForEachPixel
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:130
Method
centroid
SIBR_viewers/src/core/graphics/Mesh.cpp:1888
Method
checkConnectivity
SIBR_viewers/src/core/imgproc/PoissonReconstruction.cpp:216
Method
checkInit
Check if the argument was init.If not, as it is a required argument we display the help message and raise an error.*/
SIBR_viewers/src/core/system/CommandLineArgs.hpp:302
Method
checkLoad
SIBR_viewers/src/core/video/Video.cpp:133
Function
checkOutput
( output, force_continue )
SIBR_viewers/src/projects/dataset_tools/preprocess/converters/ibr_convert_old_to_new.py:78
Method
checkSizeFor
SIBR_viewers/src/core/system/Array2d.hpp:244
Method
chosen_cameras
----------------------------------------------------------------------- \todo Select a subset from imput images speed up URL \todo TODO: This function
SIBR_viewers/src/projects/ulr/renderer/ULRView.cpp:60
Method
chosen_cameras
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:184
Method
chosen_camerasNew
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:268
Method
chosen_cameras_angdist
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:223
Method
circle
SIBR_viewers/src/core/view/ImagesGrid.cpp:308
Method
circle
SIBR_viewers/src/core/view/interface/InterfaceUtils.cpp:201
Method
circlePixels
SIBR_viewers/src/core/view/ImagesGrid.cpp:350
Method
circlePixels
SIBR_viewers/src/core/view/interface/InterfaceUtils.cpp:263
Method
cleanLines
SIBR_viewers/src/core/view/interface/MeshViewer.cpp:165
Method
cleanPoints
SIBR_viewers/src/core/view/interface/MeshViewer.cpp:158
Method
clear
SIBR_viewers/src/core/graphics/RenderTarget.hpp:527
Method
clear
SIBR_viewers/src/core/graphics/Viewport.cpp:26
Method
clearDepth
SIBR_viewers/src/core/graphics/RenderTarget.hpp:556
Method
clearGeometry
SIBR_viewers/src/core/raycaster/Raycaster.cpp:351
Method
clearStencil
SIBR_viewers/src/core/graphics/RenderTarget.hpp:548
Method
clear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for
SIBR_viewers/src/projects/remote/json.hpp:5260
Method
collapseLaplacianPyramidTemporal
SIBR_viewers/src/core/video/VideoUtils.hpp:652
Method
colorArray
SIBR_viewers/src/core/graphics/Mesh.hpp:540
Method
colorMapped
SIBR_viewers/src/core/video/VideoUtils.hpp:210
Function
coloredClass
SIBR_viewers/src/core/graphics/Image.cpp:191
Method
compare
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:278
Method
compileShader
SIBR_viewers/src/core/graphics/Shader.cpp:25
Method
computeClippingPlanes
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:48
Method
computeEnergyU
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:307
Method
computeEnergyW
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:316
Method
computeFinal
Compute a trnasformation made by compsoiting a parent and child transformations. * \param parentTr the parent * \param childTr the child *
SIBR_viewers/src/core/system/Transform3.hpp:201
Method
computeFittingPlaneCameras
SIBR_viewers/src/core/view/Orbit.cpp:287
Method
computeGradients
SIBR_viewers/src/core/imgproc/PoissonReconstruction.cpp:196
Method
computePixelDerivatives
static*/
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:21
← previous
next →
1,101–1,200 of 2,311, ranked by callers