pcp

package
v0.0.31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Header struct {
	Type             string
	Size             int32
	Width            int32
	Height           int32
	Channel          int8
	IntervalValid    int8
	Minx, Miny, Minz int32
	Maxx, Maxy, Maxz int32
	Dx, Dy           int32
	Expose           int
	Timestamp        int
	DeviceMessage    string
	// contains filtered or unexported fields
}

type PCP

type PCP struct {
	Header Header
	Data   []PointXYZGray // [][][]int
}

func Parse

func Parse(filePath string) (*PCP, error)

type PointXYZGray

type PointXYZGray struct {
	X, Y, Z int32
	Gray    int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL