MCPcopy Create free account

hub / github.com/city-super/Scaffold-GS / functions

Functions2,311 in github.com/city-super/Scaffold-GS

MethodalphaBlendInputImages
SIBR_viewers/src/core/scene/InputImages.cpp:70
FunctionaltMesh
Set the altMesh and use instead of scene proxy. *\param m mesh to use **/
SIBR_viewers/src/projects/ulr/renderer/ULRView.hpp:57
FunctionaltMesh
Set the altMesh and use instead of scene proxy. *\param m mesh to use **/
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.hpp:81
MethodambientOcclusion
SIBR_viewers/src/core/graphics/MaterialMesh.cpp:1291
MethodaoFunction
SIBR_viewers/src/core/graphics/MaterialMesh.hpp:678
MethodapplyFlipAndResize
SIBR_viewers/src/core/graphics/Texture.hpp:1107
MethodapplyFlow
SIBR_viewers/src/core/video/VideoUtils.cpp:1022
FunctionapplyLambda
SIBR_viewers/src/core/system/VectorUtils.hpp:81
MethodareClockWise
SIBR_viewers/src/core/view/TrackBall.cpp:557
Methodarray_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
MethodassignValue
SIBR_viewers/src/core/video/VideoUtils.hpp:26
MethodassignValue
SIBR_viewers/src/core/video/VideoUtils.hpp:32
Functionback
! @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
MethodbaseRendering
SIBR_viewers/src/core/view/ImagesGrid.cpp:251
Functionbasic_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
Functionbasic_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
Functionbasic_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
Functionbasic_json from_bson
SIBR_viewers/src/projects/remote/json.hpp:25570
Functionbasic_json from_cbor
SIBR_viewers/src/projects/remote/json.hpp:25195
Functionbasic_json from_msgpack
SIBR_viewers/src/projects/remote/json.hpp:25339
Functionbasic_json from_ubjson
SIBR_viewers/src/projects/remote/json.hpp:25456
Functionbasic_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
Functionbasic_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
Functionbasic_json parse
SIBR_viewers/src/projects/remote/json.hpp:24357
Methodbicubic
SIBR_viewers/src/core/graphics/Image.hpp:1258
Methodbinary
SIBR_viewers/src/projects/remote/json.hpp:6127
Methodbinary
SIBR_viewers/src/projects/remote/json.hpp:6302
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
SIBR_viewers/src/projects/remote/json.hpp:8464
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
SIBR_viewers/src/projects/remote/json.hpp:13707
Methodbind
SIBR_viewers/src/core/graphics/RenderTarget.hpp:499
Methodbind
SIBR_viewers/src/core/graphics/MeshBufferGL.cpp:318
Methodbind
SIBR_viewers/src/core/graphics/Viewport.cpp:19
Functionblit
SIBR_viewers/src/core/graphics/RenderTarget.cpp:19
FunctionblitToColorAttachment
SIBR_viewers/src/core/graphics/Texture.cpp:47
Functionblit_and_flip
SIBR_viewers/src/core/graphics/RenderTarget.cpp:32
Functionblit_and_flip
SIBR_viewers/src/core/graphics/Texture.cpp:42
Functionblur
SIBR_viewers/src/core/video/VideoUtils.cpp:1390
Methodboolean
SIBR_viewers/src/projects/remote/json.hpp:6097
Methodboolean
SIBR_viewers/src/projects/remote/json.hpp:6272
Methodbottom
SIBR_viewers/src/core/system/Rect.hpp:110
FunctionbuildDatasetStructure
(path, types)
SIBR_viewers/src/projects/dataset_tools/preprocess/utils/datasets.py:29
MethodbuildGraphAlphaExp
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:140
MethodbuildGraphBinaryLabels
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:229
FunctionbuildVideoLaplacianPyramidFullyReduced
SIBR_viewers/src/core/video/VideoUtils.cpp:1656
Methodbuild_covariance_from_scaling_rotation
(scaling, scaling_modifier, rotation)
scene/gaussian_model.py:30
Methodbuild_nn_modules
Function instantiates any torch.nn members within the module. If none exist, do nothing.
scene/embedding.py:23
Methodbyte_container_with_subtype
SIBR_viewers/src/projects/remote/json.hpp:5134
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
SIBR_viewers/src/projects/remote/json.hpp:14749
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
SIBR_viewers/src/projects/remote/json.hpp:14764
Methodcalc_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
Methodcalc_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
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
SIBR_viewers/src/projects/remote/json.hpp:14679
Methodcalc_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
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
SIBR_viewers/src/projects/remote/json.hpp:14649
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
SIBR_viewers/src/projects/remote/json.hpp:14707
MethodcalculateAvgResolution
SIBR_viewers/src/core/imgproc/DistordCropUtility.cpp:124
MethodcamAng
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:231
MethodcamDist
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:274
Methodcameras
SIBR_viewers/src/core/scene/BasicIBRScene.hpp:163
Functioncams
Updates the cameras from a vector, usefull to play already loaded path. */
SIBR_viewers/src/core/assets/CameraRecorder.hpp:189
MethodcaptureView
SIBR_viewers/src/core/view/MultiViewManager.cpp:311
Functioncar_data_process
(path)
SIBR_viewers/src/projects/dataset_tools/preprocess/realityCaptureTools/rc_tools.py:467
FunctioncartesianToSphericalUVs
SIBR_viewers/src/core/graphics/Utils.cpp:53
Methodcast
SIBR_viewers/src/core/graphics/Image.hpp:483
MethodcastForEachPixel
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:130
Methodcentroid
SIBR_viewers/src/core/graphics/Mesh.cpp:1888
MethodcheckConnectivity
SIBR_viewers/src/core/imgproc/PoissonReconstruction.cpp:216
MethodcheckInit
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
MethodcheckLoad
SIBR_viewers/src/core/video/Video.cpp:133
FunctioncheckOutput
( output, force_continue )
SIBR_viewers/src/projects/dataset_tools/preprocess/converters/ibr_convert_old_to_new.py:78
MethodcheckSizeFor
SIBR_viewers/src/core/system/Array2d.hpp:244
Methodchosen_cameras
----------------------------------------------------------------------- \todo Select a subset from imput images speed up URL \todo TODO: This function
SIBR_viewers/src/projects/ulr/renderer/ULRView.cpp:60
Methodchosen_cameras
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:184
Methodchosen_camerasNew
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:268
Methodchosen_cameras_angdist
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:223
Methodcircle
SIBR_viewers/src/core/view/ImagesGrid.cpp:308
Methodcircle
SIBR_viewers/src/core/view/interface/InterfaceUtils.cpp:201
MethodcirclePixels
SIBR_viewers/src/core/view/ImagesGrid.cpp:350
MethodcirclePixels
SIBR_viewers/src/core/view/interface/InterfaceUtils.cpp:263
MethodcleanLines
SIBR_viewers/src/core/view/interface/MeshViewer.cpp:165
MethodcleanPoints
SIBR_viewers/src/core/view/interface/MeshViewer.cpp:158
Methodclear
SIBR_viewers/src/core/graphics/RenderTarget.hpp:527
Methodclear
SIBR_viewers/src/core/graphics/Viewport.cpp:26
MethodclearDepth
SIBR_viewers/src/core/graphics/RenderTarget.hpp:556
MethodclearGeometry
SIBR_viewers/src/core/raycaster/Raycaster.cpp:351
MethodclearStencil
SIBR_viewers/src/core/graphics/RenderTarget.hpp:548
Methodclear_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
MethodcollapseLaplacianPyramidTemporal
SIBR_viewers/src/core/video/VideoUtils.hpp:652
MethodcolorArray
SIBR_viewers/src/core/graphics/Mesh.hpp:540
MethodcolorMapped
SIBR_viewers/src/core/video/VideoUtils.hpp:210
FunctioncoloredClass
SIBR_viewers/src/core/graphics/Image.cpp:191
Methodcompare
SIBR_viewers/src/projects/ulr/renderer/ULRV2View.cpp:278
MethodcompileShader
SIBR_viewers/src/core/graphics/Shader.cpp:25
MethodcomputeClippingPlanes
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:48
MethodcomputeEnergyU
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:307
MethodcomputeEnergyW
SIBR_viewers/src/core/imgproc/MRFSolver.cpp:316
MethodcomputeFinal
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
MethodcomputeFittingPlaneCameras
SIBR_viewers/src/core/view/Orbit.cpp:287
MethodcomputeGradients
SIBR_viewers/src/core/imgproc/PoissonReconstruction.cpp:196
MethodcomputePixelDerivatives
static*/
SIBR_viewers/src/core/raycaster/CameraRaycaster.cpp:21
← previousnext →1,101–1,200 of 2,311, ranked by callers