MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / BasicPointCloud

Class BasicPointCloud

utils/graphics_utils.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15from typing import NamedTuple
16
17class BasicPointCloud(NamedTuple):
18 points : np.array
19 colors : np.array
20 normals : np.array
21 time : np.array = None
22
23def geom_transform_points(points, transf_matrix):
24 P, _ = points.shape

Callers 3

fetchPlyFunction · 0.85
readColmapSceneInfoFunction · 0.85
readNerfSyntheticInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected