MCPcopy Index your code
hub / github.com/DNA-Rendering/DNA-Rendering / BasicPointCloud

Class BasicPointCloud

scripts/3DGS/utils/graphics_utils.py:17–20  ·  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
22def geom_transform_points(points, transf_matrix):
23 P, _ = points.shape

Callers 3

fetchPlyFunction · 0.85
readNerfSyntheticInfoFunction · 0.85
readDNARenderingInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected