Functionget_pointcloud_from_rgbd(
image,
depth,
mask,
intrinsic_matrix,
extrinsic_matrix = None,
)
src/model/unidepth/utils/visualization.py:57
Functionmake_matching_plot_fast(image0, image1, kpts0, kpts1, mkpts0,
mkpts1, color, text, path=None,
src/flow_util.py:370
Functionplot_imagesPlot a set of images horizontally. Args: imgs: list of NumPy RGB (H, W, 3) or PyTorch RGB (3, H, W) or mono (H, W). titles: a list
src/model/LightGlue/lightglue/viz2d.py:42
Functionselect_gaussians Gaussian Parameters - covariances : (batch, num_gaussians, 3, 3) - harmonics : (batch, num_gaussians, 3, 1) - means : (batch, num_gau
src/flow_util.py:1187