pcp

package
v1.15.6 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(filePath string) error

Types

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
}

Jump to

Keyboard shortcuts

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