depth

package
v0.0.0-...-41cedfc Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2022 License: BSD-3-Clause Imports: 2 Imported by: 1

Documentation

Overview

Package depth is capturing from depth cameras.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DistortionCoefficients

type DistortionCoefficients struct {
	K1 float64
	K2 float64
	P1 float64
	P2 float64
	K3 float64
}

dictionary: DistortionCoefficients

func DistortionCoefficientsFromJS

func DistortionCoefficientsFromJS(value js.Value) *DistortionCoefficients

DistortionCoefficientsFromJS is allocating a new DistortionCoefficients object and copy all values in the value javascript object.

func (*DistortionCoefficients) JSValue

func (_this *DistortionCoefficients) JSValue() js.Value

JSValue is allocating a new javascript object and copy all values

type Transformation

type Transformation struct {
	TransformationMatrix *javascript.Float32Array
	VideoDeviceId        string
}

dictionary: Transformation

func TransformationFromJS

func TransformationFromJS(value js.Value) *Transformation

TransformationFromJS is allocating a new Transformation object and copy all values in the value javascript object.

func (*Transformation) JSValue

func (_this *Transformation) JSValue() js.Value

JSValue is allocating a new javascript object and copy all values

type Union

type Union struct {
	Value js.Value
}

func UnionFromJS

func UnionFromJS(value js.Value) *Union

func (*Union) JSValue

func (u *Union) JSValue() js.Value

Jump to

Keyboard shortcuts

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