MCPcopy Index your code
hub / github.com/SpectacularAI/sdk / getRGB24Data

Method getRGB24Data

python/cli/visualization/serialization.py:161–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159 def getPositionData(self):
160 return self.data["positionData"]
161 def getRGB24Data(self):
162 return self.data["rgb24Data"]
163 def getNormalData(self):
164 return self.data["normalData"]
165 def hasColors(self):

Callers 3

onMappingOutputMethod · 0.80
process_mapping_outputFunction · 0.80
serializePointCloudFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected