MCPcopy Create free account

hub / github.com/APRIL-ZJU/Gaussian-LIC / functions

Functions231 in github.com/APRIL-ZJU/Gaussian-LIC

Functionpositify
src/eigen_utils.h:147
MethodprepareInputs
src/depth_completer.cpp:125
MethodprocessOutput
src/depth_completer.cpp:157
Functionpsnr_gaussian_splatting
def psnr(img1, img2): * mse = (((img1 - img2)) ** 2).view(img1.shape[0], -1).mean(1, keepdim=True) * return 20 * torch.log10(1.0 / torch.sqr
src/loss_utils.h:45
MethodreadFile
src/depth_completer.cpp:86
Methodread_header_element
src/tinyply.h:421
Methodread_header_format
src/tinyply.h:413
Methodread_header_property
src/tinyply.h:426
Methodread_header_text
src/tinyply.h:408
Methodread_property_ascii
src/tinyply.h:444
Methodread_property_binary
src/tinyply.h:432
Methodrequest_properties_from_element
src/tinyply.h:705
Functionrequired
src/rasterizer/cuda_rasterizer/rasterizer_impl.h:97
MethodsetProjectionMatrix
src/camera.h:89
MethodsetWorldViewTransform
src/camera.h:69
Methodset_eps
src/optim_utils.h:63
Functionsort_vec
sorts vectors from large to small * vec: vector to be sorted * sorted_vec: sorted results * ind: the position of each element in the sort result in
src/eigen_utils.h:92
FunctiontorchTensor2CvGpuMat_Float32
src/tensor_utils.h:154
FunctiontorchTensor2CvMat_Float32
src/tensor_utils.h:78
FunctiontransformPoint4x4
src/rasterizer/cuda_rasterizer/auxiliary.h:80
FunctiontransformVec4x3
src/rasterizer/cuda_rasterizer/auxiliary.h:91
FunctiontransformVec4x3Transpose
src/rasterizer/cuda_rasterizer/auxiliary.h:101
Methodvolume
src/depth_completer.cpp:118
Methodwrite_ascii_internal
src/tinyply.h:626
Methodwrite_binary_internal
src/tinyply.h:586
Methodwrite_header
src/tinyply.h:664
Methodwrite_property_ascii
src/tinyply.h:467
Methodwrite_property_binary
src/tinyply.h:485
Functionypr2R
src/eigen_utils.h:126
Method~DepthCompleter
src/depth_completer.cpp:46
Method~PlyFile
src/tinyply.h:965
← previous201–231 of 231, ranked by callers