Documentation ¶ Index ¶ func Parse(filePath string) error type Header type PCP type PointXYZGray Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Parse ¶ func Parse(filePath string) error Types ¶ type Header ¶ type Header struct { Type string Size int Width int Height int Channel int IntervalValid int Minx, Miny, Minz int Maxx, Maxy, Maxz int Dx, Dy int Expose int Timestamp int DeviceMessage string // contains filtered or unexported fields } type PCP ¶ type PCP struct { Header Header Data []PointXYZGray // [][][]int } type PointXYZGray ¶ type PointXYZGray struct { X, Y, Z int Gray int } Source Files ¶ View all Source files pcp.go Click to show internal directories. Click to hide internal directories.